@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,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

    margin: 0;

    padding: 0;

    background: transparent;

    border: 0;

    outline: 0;

 

    font-size: 1em;
}
 

body,

table,

input, textarea, select, option {

    font-family: HiraKakuProN-W3;

    font-size: 1em;

}

 

article, aside, canvas, details, figcaption, figure,

footer, header, hgroup, menu, nav, section, summary {

    display: block;

}



ol, ul {

    list-style: none;

}



blockquote, q {

    quotes: none;

}



:focus {

    outline: 0;

}



ins {

    text-decoration: none;

}



del {

    text-decoration: line-through;

}



a:link {


}



a:visited {

 
}
 

a:hover {


}



a:active {

}

 
/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/

body {
	text-align: center;
	line-height: 1.5;
	background-color: #333;
}

 

/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/

#gHeader {


}

 

/*------------------------------------------------------------
    コンテンツ
------------------------------------------------------------*/

#conts {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
}

#conts1 {
	background-color: #FFFFFF;
	text-align: left;
	padding: 40px;
	width: device-width;
	border: 10px solid #F00;
}
#conts12 {
	background-color: #FFFFFF;
	text-align: left;
	padding: 40px;
	width: device-width;
	border: 5px solid #F00;
}

#conts2 {
	background-color: #ddc5a1;
	text-align: left;
	padding: 40px;
	margin: 0px;
	width: device-width;
}

#conts3 {
	background-color: #edcedf;
	text-align: left;
	padding: 40px;
	margin: 0px;
}

#conts4 {
	text-align: left;
	padding: 40px;
	margin: 0px;
	background-color: #FFF;
}

.contscenter {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	vertical-align: bottom;
	}
 
.contscenterbk {
	background-color: #1a0b08;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/

#gFooter {
	margin: 0 auto;
 
}
