@charset "UTF-8";
/* CSS Document */

*{
	-webkit-text-size-adjust: none;/* スマホ横の文字サイズ変更防止 */
	-webkit-box-sizing: border-box;/* paddingとborderを含む幅 */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "游ゴシック", YuGothic;
}
.min {font-family:"Times New Roman", Times, serif, "MS Serif", "New York","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro"}

/****************************************

         Carousel style.css

*****************************************/

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}

q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

/* Typography
------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 20px;
	color:#666;
}
h2 {
	font-size: 18px;
}
.font-20,
h3 {
	font-size: 20px;
}
.font-18,
h4 {
	font-size: 18px;
}
.font-15,
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0;
	line-height: 1em;
}
p img {
	margin: 0;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
.font-x-small {
	font-size: 70%;
	font-family: "ヒラギノ角ゴ ProN W3", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: none;
}
dl,
dt,
dd,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mb_1 {	margin-bottom:1px; }
.mb_2 {	margin-bottom:2px; }
.mb_3 {	margin-bottom:3px; }
.mb_4 {	margin-bottom:4px; }
.mb_5 { margin-bottom:5px; }
.mb_7 { margin-bottom:7px; }
.mb_8 { margin-bottom:8px; }
.mb_10 { margin-bottom:10px; }
.mb_11 { margin-bottom:11px; }
.mb_12 { margin-bottom:12px; }
.mb_15 { margin-bottom:15px; }
.mb_20 { margin-bottom:20px; }
.mb_25 { margin-bottom:25px; }
.mb_30 { margin-bottom:30px; }
.mb_35 { margin-bottom:35px; }
.mb_40 { margin-bottom:40px; }
.mb_45 { margin-bottom:45px; }
.mb_50 { margin-bottom:50px; }
.mb_60 { margin-bottom:60px; }
.mb_70 { margin-bottom:70px; }
.mb_80 { margin-bottom:80px; }
.mb_90 { margin-bottom:90px; }
.mb_100{ margin-bottom:100px; }
.mb_110{ margin-bottom:110px; }
.mb_120{ margin-bottom:120px; }
.mb_130{ margin-bottom:130px; }
.mb_140{ margin-bottom:140px; }
.mb_150{ margin-bottom:150px; }
.mb_150{ margin-bottom:150px; }
.mb_160{ margin-bottom:160px; }
.mb_170{ margin-bottom:170px; }
.mb_180{ margin-bottom:180px; }
.mb_190{ margin-bottom:190px; }
.mb_200{ margin-bottom:200px; }
.mb_300{ margin-bottom:300px; }
.mb_400{ margin-bottom:400px; }


.ml_15{ margin-left:15px; }
.ml_16{ margin-left:16px; }
.ml_30{ margin-left:30px; }


.img_30 { max-width:100%; width:30%; height:auto;}
.img_40 { max-width:100%; width:40%; height:auto;}
.img_50 { max-width:100%; width:50%; height:auto;}
.img_60 { max-width:100%; width:60%; height:auto;}
.img_70 { max-width:100%; width:70%; height:auto;}
.img_80 { max-width:100%; width:80%; height:auto;}
	


.clearfloat {
	clear:both;
    height:0;
    line-height: 0;
	width:0;
	overflow:hidden;
	display:block;
    font-size: 1px;
	visibility:hidden;
}
.f-gray {color:#999}
.f-blue {color:#002c99}
.f-orange {color:#f90}
.f-red {color:#a00000}
.f-underline {text-decoration:underline}
.text-center {
	text-align:center
}

hr { height: 0;  margin: 0; padding: 0; border: 0; overflow: visible;}
.hr_dot { border-top: 1px dotted #bbb;}
	

/* Links
------------------------------------------------------------------------- */
a,
a:visited {
	text-decoration: none;
	outline: 0;
}
a:hover,
a:focus {
	color: #ff6600;
}
p a,
p a:visited {
	line-height: inherit;
}
/* align
------------------------------------------------------------------------- */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*list
----------------------------------------------------- */

.list {
	padding-left: 1em;
	margin-bottom: 1em;
}
ul.list {
	list-style: disc;
}
ol.list {
	list-style: decimal;
}
.list li {
	list-style-position: outside;
	margin: 0.5em 0;
}
.list li:last-child {
	margin-bottom: 0;
}
.text_left {
	text-align:left;
}
.red { color:#F00;}

@media screen and (max-width:480px) {
}





/* Forms
------------------------------------------------------------------------- */

/*section
----------------------------------------------------- */

