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

/* reset */

/* ================= reset =====================

reset
font
link

============================================ */


/* =============================================================
reset
============================================================= */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display:block;
}
/*
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*/

body, form, h1, h2, h3, h4, h5, h6, p, ol, ul,li, pre, blockquote, input, dl, dd, dt, div, address, label
{
	margin: 0;
	padding: 0;
}

a img,img { border: 0; }

li { list-style: none; }

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 0px;
}

em
{
	font-style: normal;
	font-weight: bold;
}

address
{ 
 	font-style: normal;
 	font-weight: normal;
}

form, input, select, textarea,button
{
	margin: 0 2px 0 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro",メイリオ, Meiryo ,sans-serif;
	padding: 1px;
	color: #404040;
	font-size: 100%;
	
}

*:first-child+php form,
*:first-child+php input,
*:first-child+php select,
*:first-child+php textarea /* For Only IE7 */
{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro",メイリオ, Meiryo ,sans-serif;
}



/* =============================================================
 font
============================================================= */

body
{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro",メイリオ, Meiryo ,sans-serif;
	font-size:14px;
	line-height: 1.5;
	text-align: center;
}

*:first-child+php body /* For Only IE7 */
{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro",メイリオ, Meiryo ,sans-serif;
}

table
{

	line-height: 1.5;
	text-align: left;
}

*:first-child+php table /* For Only IE7 */
{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro",メイリオ, Meiryo ,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size: small;
}



/* =============================================================
link
============================================================= */

a
{
	color: #313131;
	background-color: transparent;
	text-decoration:none;
}





a:hover
{
	opacity:0.7;
	background-color: transparent;
	text-decoration:none;
}

a:visited
{
	text-decoration:underline;
}









