@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*明朝体*/
.mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/*ゴシック体*/
.gothic{
	font-family:Avenir , "Osaka", "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.gothic_osaka{
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}
.gothic_nsj{
	font-family: 'Noto Sans Japanese', sans-serif;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}

.roboto_c{
	font-family: 'Roboto Condensed', sans-serif;
}

/* Txt Main Color */  
.p_01{color: #ec5565;}
.p_02{color: #ffcd54;}
.p_03{color: #c89c20;}
.p_04{color: #9fd368;}
.p_05{color: #4fc0e8;}
.p_06{color: #ab91eb;}
.p_07{color: #6f6f6f;}



.bgc_01{background-color: #ec5565;}



/* Clearfix */  
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.clearfix {  
    display: inline-block;  
    min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
    height: 1%;  
}  
.clearfix {  
    display: block;  
}  
/* End hide from IE-Mac */

div.dlink a{
	position:absolute;
	top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
div.dlink:hover{
	transition:all 0.5s ease;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


div.dlink2 a{
	position:absolute;
	top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
div.dlink2:hover > p{
	transition:all 0.5s ease;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

div.dlink3 a{
	position:absolute;
	top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-indent:-9999px;
}


