@charset "utf-8";

/*---------------------------------------------
	Media All
  ---------------------------------------------*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
}

ul, ol {
	list-style: none;
}

a {
	color: #D29E00;
	font-weight: bold;
}

a:hover {
	opacity: 0.8;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

html,body {
     height:100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #D29E00;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}

#wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#contents {
	width: 100%;
}

#main {
	width: 100%;
}

header {
	width: 100%;
	background: url(../images/bg.gif) top left;
	text-align: center;
}

.main_visual {
	margin-top: -25px;
}

.main_visual img {
	width: 100%;
}

.twitter_area {
	color: #FFF;
	font-size: 14px;
	display: table;
	margin: 0 auto;
	padding-bottom: 10px;
}

.twitter_inner {
	display: table-cell;
	vertical-align: middle;
}

section {
	width: 100%;
}

.sec_inner {
	width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}

.sec01_h2 {
	padding: 60px 0 40px;
}

.bg_b {
	background: #000;
	padding: 60px 0;
}

.bg_p {
	background: url(../images/bg.gif) top left;
	padding: 60px 0;
}

.item li {
	float: left;
	margin-left: 10px;
}

.item li:first-child {
	margin-left: 0;
}

.sec02_h2 {
	padding: 80px 0 60px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.sec03_h2 {
	padding: 80px 0 60px;
}

.item2 li {
	float: left;
	margin-left: 9px;
}

.item2 li:first-child {
	margin-left: 0;
}

.sec04_h2 {
	padding: 80px 0 60px;
}

.sec05_h2 {
	padding: 80px 0 60px;
}

.bg_r {
	background: #CB242B;
}

.bg_bl {
	background: #1786C9;
}

.bg_pk {
	background: #EF5F83;
}

.product_inner {
	padding: 0 0 40px 0;
}

.product_img {
	float: left;
	margin-right: 15px;
}

.product_details {
	color: #000;
	text-align: left;
	overflow: hidden;
}

.product_details li {
	float: left;
}

.product_details h3 {
	font-weight: bold;
}

.detail_txt {
	margin: 0 0 10px 10px;
}

.detail_txt02 {
	margin: 0 0 30px 10px;
}

.bg_b02 {
	background: #000;
	padding: 10px 0;
}

.item_copy {
	text-align: left;
	color: #000;
	font-size: 12px;
	margin-left: 6px;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right: 5%;
}

.caution {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	padding: 0 200px;
	margin-bottom: 60px;
}

.caution h3 {
	font-weight: bold;
	margin-bottom: 30px;
}

.caution li {
	list-style: disc;
	margin: 0 0 0 30px;
}

.txt_link {
	padding-bottom: 20px;
}