@charset "utf-8";

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

img {
	vertical-align: text-bottom;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
body{
	-webkit-text-size-adjust: 100%;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;	
}
/*/////////////////　CommonElements　//////////////////*/

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo"," Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.2em;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #0CF;
}
a:active {
	text-decoration: none;
}
a:hover img {
      opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      background: #ffffff;
}

/*////////////////////////////////*matome&box*/
#wrap, #contents {
	width: 100%;
	display: table;
	margin: 0 auto;
}
.box {
	width: 100%;
	margin: 0 auto;
}
footer {
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	margin: 100px 0 30px 50px;
	height: 20px;
	display: block;
}
.box_img_center {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#facebook {
	width: 100%;
	float: none;
}
/*////////////////////////////////*font*/
.text_small{
	font-size: 12px;	
}
/*////////////////////////////////*space*/
.space5 {
	height: 5px;
	width: 100%;
	float: left;
}
.space10 {
	height: 20px;
	width: 100%;
	float: left;
}
.space20 {
	height: 20px;
	width: 100%;
	float: left;
}
.space30 {
	height: 30px;
	width: 100%;
	float: left;
}
.space50 {
	height: 50px;
	width: 100%;
	float: left;
}
.space100 {
	height: 200px;
	width: 100%;
	float: left;
}
/*////////////////////////////////*resize*/
.pc_size{
	display: block;
}
.tablet_size{
	display: none;
}
.mobile_size{
	display: none;
}
p.resizeimg img {
	display: block;
	max-width:900px;
	width: 100%;
	margin: 0 auto;

}
/*////////////////////////////////* menu*/
.menu_matome {
	width: 100%;
	margin:0 auto;
}
.menu {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #000;
	padding: 0 50px 20px 50px;
}
.menu > li {
	float: left;
	margin: 40px 50px 0 0;
}
.menu > li a {
    display: block;
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
 
/*////////////////////////////////*line*/
.line {
	border: 1px solid #999;
}
/*////////////////////////////////*button*/
.link_button {
	display: block;
	border: 1px solid #000;
	height: 30px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size: 14px;
	margin: 5px 0 0 0;
}

/*////////////////////////////////*img*/
.main_img  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*////////////////////////////////*Positioning*/
.float_right {
	float: right;
}
.text_center {
	text-align: center;
	float: none;
}

/*////////　Media Queriesによる切り替え　////////*/	

@media only screen and (max-width:768px){
#wrap, #contents {
	width: 100%;
	display: table;
	margin: 0 auto;
}
.box {
	width: 700px;
	margin: 0 auto;
}	
/*////////////////////////////////*resize*/
.pc_size{
	display: block;
}
.mobile_size{
	display: none;
}
p.resizeimg img {
	display: block;
	max-width:768px;
	width: 100%;
	margin: 0 auto;

}
/*////////////////////////////////* menu*/
.menu_matome {
	width: 100%;
	margin:0 auto;
}
.menu {
	position: relative;
	width: 100%;
	padding-left: 30px;
	border-bottom: 1px solid #000;
}
.menu > li {
	float: left;
	margin: 20px 80px 0 0;
}
.menu > li a {
    display: block;
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
}

@media only screen and (max-width:480px){
#wrap, #contents {
	width: 480px;
	display: table;
	margin: 0 auto;
}
.box {
	width: 460px;
	margin: 0 auto;
}
footer {
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	margin: 100px 0 30px 30px;
	height: 20px;
	display: block;
}

/*////////////////////////////////*resize*/
.pc_size{
	display: none;
}
.mobile_size{
	display: block;
}
p.resizeimg img {
	display: block;
	max-width:480px;
	width: 100%;
	margin: 0 auto;

}
/*////////////////////////////////* menu*/
.menu_matome {
	width: 480px;
	margin:0 auto;
}
.menu_home{
	width: 480px;
	position: relative;
	padding: 30px 0 0 30px ;
}
.menu {
	width: 480px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #000;
}
.menu > li {
	float: left;
	margin: 20px 60px 0 0;
}
.menu > li a {
    display: block;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
}
