﻿@charset "utf-8";



/*	Universal selector
-------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-style: normal;
	text-decoration: none;
}



/*	Structure Module
-------------------------------*/
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	line-height: 1;
	letter-spacing: 0;

	width: 100%;
	height: 100%;

	-webkit-text-size-adjust: 100%;
}



/*	Base body color
-------------------------------*/
body {
	background-color: #ffffff;
}



/*	Base font set
-------------------------------*/
body {
	font-size: 100.01%;
/*
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
	body, x:-moz-any-link {
	/*
		letter-spacing: -0.5px;
	*/
	}

table {
	font-size: inherit;
}



/*	Image Module
-------------------------------*/
img {
	border: none;
}
a img {
	border: none;
}
@media screen and (min-width: 769px){	/* for PC */
	img {
		/*max-width: 100%;*/
		height: auto;
		width /***/:auto;
	}
    /* 2016/05/30 add start*/
    img.boxer-image {
        max-width: initial;
	    max-width: none;
    }
    /* 2016/05/30 add end */
}
@media screen and (max-width: 768px){	/* for SP */
	img {
		/*max-width: 100%;*/
		height: auto;
		width /***/:auto;
	}
    /* 2016/05/30 add start*/
    img.boxer-image {
        max-width: initial;
	    max-width: none;
    }
    /* 2016/05/30 add end */
}

/*	Hypertext Module
-------------------------------*/
a {
	cursor: pointer;
}
	a:link {
		color: #3366CC;
		text-decoration: underline;
	}
	a:active {
		color: #3399CC;
		text-decoration: none;
	}
	a:visited {
		color: #3366CC;
		text-decoration: underline;
	}
	a:hover {
		color: #3399CC;
		text-decoration: none;
	}



/*	Object Module
-------------------------------*/
object,
embed {
	margin: 0;
}



/*	Text Module
-------------------------------*/
p {
	line-height: 1.4;
	text-justify: distribute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0.5em 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 80%;
}

address {
	font-weight: normal;
	font-style: normal;
}



/*	List Module
-------------------------------*/
ul,
ol,
dl {
	margin: 0.8em 0;
	padding: 1px 0;
	list-style-position: outside;
}

ul {
	margin-left: 22px;
	list-style-type: square;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: disc;
}

ol {
	margin-left: 30px;
}

li,
dt,
dd {
	text-justify: distribute;
	margin: 0.2em 0;
}

dt {
	color: #333333;
	margin-top: 0.6em;
}

dd {
	margin-bottom: 0.6em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
/*
	font-size: 100%;
*/
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.2em 10px;
}

li ul,
dd ul {
	margin-left: 26px;
}

li ol,
dd ol {
	margin-left: 34px;
}



/*	Tables Module
-------------------------------*/
table {
	margin: 0.8em 0;
	border-collapse: collapse;
}

th,
td {
	padding: 0;
}

th {
	color: #333333;
}



/*	Forms Module
-------------------------------*/
form {
	margin: 0;
	padding: 1px 0; 
}

fieldset {
	margin: 0;
	padding: 0; 
	border: none;
}

legend {
	display: none;
}

input,
select,     /* 2016/05/31 add */
textarea {
/*
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 0.1em 8px;
/*	border: 1px solid #CCCCCC; */
	border: 1px solid #666666;
}

input {
	/*line-height: 1.2;*/
}

textarea {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

input:hover,
select:hover,     /* 2016/05/31 add */
textarea:hover {
/*	border: 1px solid #888888;*/
	border: 1px solid #333333;
}

input:focus,
select:focus,     /* 2016/05/31 add */
textarea:focus {
/*	border: 1px solid #444444;*/
	border: 1px solid #333333;
}

input.submit {
	color: #333333;
	margin-right: 0.2em;
	padding: 0.1em 0.4em;
	border: 1px solid #999999;
	width: 8em;
	cursor: pointer;
}

input.submit:hover {
	color: #999999;
	border-color: #CCCCCC;
}

input.submit:focus {
	color: #FFFFFF;
	border-color: #000000;
	background-color: #999999;
	background-image: none;
}
