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


/*----------------------------------------------------*/
/* reset css */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,header,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size:100%;
}
ol, ul {
	list-style: none;
}

.clearfix{
	clear:both;
}
a{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*----------------------------------------------------*/

body{
	background-color:#fefefe;
}
header{
	margin-top:50px;
	width:100%;
	text-align:center;
	color:#666;
	font-size:0.8em;
}
header p img{
	width:90%;
}

#main_box{
	width:100%;
	margin:70px 0 0;
	overflow:hidden;
}
#main_box p{
	float:left;
}
#l_box,#r_box{
	width:32%;
}
#c_box{
	width:36%;
}
#main_box p img{
	width:100%;
}
#l_box a:hover,#r_box a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*
#sns_list{
	margin-top:40px;
	padding:5px 5%;
	background-color:#666;
	color:#fff;
	font-size:0.8em;
}
#sns_list li{
	padding:5px 0;
}
#sns_list li a{
	color:#fff;
}
*/
footer{
	background-color:#373737;
	color:#fff;
	padding:1px 0 10px;
	margin-top:70px;
	margin-bottom:0;
}
footer ul{
	margin:20px 5%;
	font-size:0.8em;
}
footer ul li{
	margin:10px 0;
}
footer ul li a{
	color:#fff;
	/*text-decoration:none;*/
}
footer ul li a:hover{
	/*text-decoration:underline;*/
}
#copy{
	font-size:0.4em;
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:center;
}
