/*COMMON*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
	overflow-y:scroll;
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}
body{
	font-family: Helvetica, Verdana, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  sans-serif;
	font-size: 1em;
	color: #000000;
	width: 100%;
	height: 100%;
	background: url("../img/common/grey.png") fixed;
}

a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
.noscript{
	display:none;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

/*SNIPETS*/
a.bt{
	display: inline-block;
	background: #000000;
	border: solid 3px #000000;
	padding: 0.5em;
	font-size: 2.0em;
	color: #ffffff;
}
a.bt:hover{
	color: #000000;
	background: #ffffff;
}

.script{
	font-family: 'Yellowtail', cursive;
}
.opa:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
    -khtml-opacity: 0.7;/* khtml, old safari */
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* internet explorer 8 */
	background-color: transparent;
}
em,strong{
	font-weight: bold;
}
.hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.bg_gray{
	background: #f4f4f4;
}
.red{
	color: #ff0000;
}
.gray{
	color: #7d7d7d;
}
hr{
	height: 1px;
	background: #e4e4e4;
	clear: both;
	margin: 0;
}
p.textwrap{
	line-height: 160%;
}
.smalltext{
	font-size: 11px;
}
.largetext{
	font-size: 16px;
}
.block{
	display: block;
}
.bold{
	font-weight: bold !important;
}
.normal{
	font-weight: normal;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.list_style{
	list-style: disc;
	list-style-position: outside;
	padding-left: 1em;
}
.shadow_1{
	-moz-box-shadow: 2px 2px 3px #000000;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow:2px 2px 3px #000000;
}
.shadow_2{
	webkit-box-shadow: 0px 0px 14px #C0C0C0;
	-moz-box-shadow: 0px 0px 14px #C0C0C0;
	box-shadow: 0px 0px 14px #C0C0C0;
}
.ir{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.break{
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.serif{
	font-family:'Hiragino Mincho ProN','MS P明朝',serif;
}
ol li{
	list-style: decimal inside;
}


.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}

.cf {
    zoom:1;
}
