/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: top;
	font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Overpass, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65em;
	background: #222222;
}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}


.mgt0 {margin-top: 0px !important;}
.mgt5 {margin-top: 5px!important;}
.mgt10 {margin-top: 10px!important;}
.mgt13 {margin-top: 13px!important;}
.mgt15 {margin-top: 15px!important;}
.mgt20 {margin-top: 20px!important;}
.mgt30 {margin-top: 30px!important;}
.mgt35 {margin-top: 35px!important;}
.mgt40 {margin-top: 40px!important;}
.mgt50 {margin-top: 50px!important;}
.mgt70 {margin-top: 70px!important;}
.mgt100 {margin-top: 100px!important;}

.mgb5 {margin-bottom: 5px!important;}
.mgb10 {margin-bottom: 10px!important;}
.mgb15 {margin-bottom: 15px!important;}
.mgb20 {margin-bottom: 20px!important;}
.mgb25 {margin-bottom: 25px!important;}
.mgb30 {margin-bottom: 30px!important;}
.mgb35 {margin-bottom: 35px!important;}
.mgb40 {margin-bottom: 40px!important;}
.mgb50 {margin-bottom: 50px!important;}

.mgl-5 {margin-left: -5px!important;}
.mgl10 {margin-left: 10px!important;}
.mgl15 {margin-left: 15px!important;}
.mgl30 {margin-left: 30px!important;}
.mgr0  {margin-right: 0px !important;}
.mgr10 {margin-right: 10px!important;}
.mgr20 {margin-right: 20px!important;}
.mgr30 {margin-right: 30px!important;}
.mgr50 {margin-right: 50px!important;}
.mgr70 {margin-right: 70px!important;}
.mgr100 {margin-right: 100px!important;}

.pd5 {padding: 5px!important;}
.pdt5 {padding-top: 5px!important;}
.pdt10 {padding-top: 10px!important;}
.pdt15 {padding-top: 15px!important;}
.pdt20 {padding-top: 20px!important;}
.pdt25 {padding-top: 25px!important;}
.pdt30 {padding-top: 30px!important;}
.pdt70 {padding-top: 70px!important;}

.pdb5 {padding-bottom: 5px!important;}
.pdb10 {padding-bottom: 10px!important;}
.pdb15 {padding-bottom: 15px!important;}
.pdb20 {padding-bottom: 20px!important;}
.pdb30 {padding-bottom: 30px!important;}



a {
	color: #CC0000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	/*transition: all 0.2s ease-out;*/
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

a img{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	/*transition: all 0.2s ease-out;*/
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*----------------------
 12cols
----------------------*/
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 100%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}

/*Small devices*/
@media all and (max-width: 640px) {
	.cotentBox {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 100%;
	}
	.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
		margin-top:15px;
		width: 100%;
}
}


/*----------------------
 .clearfix
----------------------*/
.clear {clear: both;}

.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.clearfix {min-height: 1px;} /*IE6、7対策*/


/*----------------------
 Contents
----------------------*/


.imgL {
	float: left;
	margin-right: 25px;
}
.imgR {
	float: right;
	margin-left: 25px;
}
.fleft{ float:left;}

.fright{ float:right;}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
