@charset "UTF-8";

@media print, screen and (min-width:641px){

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%;
	vertical-align: middle;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
br {
	letter-spacing: normal;
}
a {
	color: #31001D;
	text-decoration: none;
}
a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}
li{
	list-style-type: none;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
input[type="text"], input[type="password"], textarea, select, button {
	outline: none;
}
li { /* safari, Chrome */
  display: -webkit-box;    /* Firefox */
  display: -moz-box;      /* Opera */
  display: -o-box;     /* IE */
  display: -ms-box;         /* ベンダープレフィックスなし */
}
a {
  display: block;
}
li { /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;
  -webkit-box-align: center;         /* ベンダープレフィックスなし */
}
.smart,
.smart_1,
.smart_2 {
	display: none;
}

/* ========　全体　======== */

body {
	letter-spacing: 1px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	color: #333;
	background-size: cover;
	background: #fff;
	width: 100%;
}
header, #wrapper, footer {
	width: 100%;
}
#wrapper {
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 auto;
	min-width: 1000px;
}
#container {
	background: url(../img/bg.png);
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　menu  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#menu {
	height: 67px;
	background: #000;
	display: block;
	clear: both;
	float: none;
}
#menu_box {
	width: 1000px;
	margin: 0 auto;
}
#menu_box ul li {
	width: 14.28%;
	/*width: 50%;*/
	float: left;
}
#menu_box ul li a {
	width: 100%;
	color: #f6eed2;
	padding: 17px 0;
	font-size: 130%;
	text-align: center;
}
#menu_box ul li a:hover {
	background: #f6eed2;
	color: #000;
	opacity: 1.0 ;
	filter: alpha(opacity=100) ;	/* Ie用 */
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　main  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#main {
	background: url(../img/main_bg.png);
	display: block;
	clear: both;
	float: none;
}
#main .box {
	width: 1000px;
	margin: 0 auto;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　linknavi　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#linknavi {
	background: #000;
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
	text-align: center;
}
#linknavi ul {
	height: 50px;
	display: inline-block;
}
#linknavi ul.smart_1,
#linknavi ul.smart_2 {
	display: none;
}
#linknavi ul li {
	padding-right: 40px;
	float: left;
}
#linknavi ul li:last-child {
	padding-right: 0px;
}
#linknavi ul li a {
	color: #f6eed2;
	font-size: 110%;
	padding: 10px 0;
}
#linknavi ul li a:before {
	content: url("../img/linknavi_icon.png");
	position: relative;
	top: 1px;
	right: 7px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　pagetop  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.pagetop {
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　footer　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#footer {
	background: #000;
	display: block;
	clear: both;
	color: #fff;
	margin-top: 50px;
}
#hantai
#footer {
	margin-top: 0px;
}
#footer_box {
	width: 1000px;
	text-align: center;
	padding: 20px 0;
	margin: 0px auto;
}
#footer_box a {
	color: #fff;
}

#header .box,
#footer .box,
#main_content,
#content_1,
#content_2,
#content_3,
#content_4,
#content_5_1,
#content_5_2,
#content_5_3,
#content_6,
#content_7,
#content_8,
#content_9,
#content_10 {
	width: 100%;
	display: block;
	clear: both;
	float: none;
}
#menu_box,
#main_box,
#linknavi_box,
#footer_box  {
	margin: 0px auto;
	width: 1000px;
}
.box {
	width: 1000px;
	height: 450px;
	margin: 60px auto 0 auto;
}
#index
#content_2 .box {
	margin-top: 20px;
}
#content_1 .box {
	height: 485px;
}
#content_9 .box {
	height:415px;
}

#footer ul.sns_link {
	clear:both;
	margin:10px;
}

#footer ul.sns_link li, #footer ul.sns_link li a {
	display: inline-block;
}

#footer ul.sns_link li {
	padding-left:5px;
}

#footer ul.sns_link li:before {
    content: url(../../img/ja/common/arrow_r_s.png);
    width: 8px;
    height: 14px;
    float: left;
    margin-right: 5px;
}


/*　＝＝＝＝＝＝＝＝＝＝ */
/*　　content  */
/*　＝＝＝＝＝＝＝＝＝＝ */

#main_box img {
	padding: 20px 0;
}
#main_box img.logo {
	padding:15px;
	float:right;
	background-color:#424242;
}
#content_0 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	color: #000;
}
#content_0 p {
	color: #000;
}
/*index*/
#index
#content_1 .box {
	background: url(../img/facebook_img_j.png) 0 0 no-repeat;
}
#index
#content_2 .box {
	background: url(../img/x_img_j.png) 0 0 no-repeat;
}
#index
#content_4 .box {
	background: url(../img/line_img_j.png) 0 0 no-repeat;
}
#index
#content_5 .box {
	background: url(../img/tumblr_img_j.png) 0 0 no-repeat;
}
#index
#content_6 .box {
	background: url(../img/instagram_img_j.png) 0 0 no-repeat;
}
#index
#content_7 .box {
	background: url(../img/weibo_img_j.png) 0 0 no-repeat;
}
#index
#content_8 .box {
	background: url(../img/wechat_img_j.png) 0 0 no-repeat;
}
#index
#content_9 .box {
	background: url(../img/instagram_img_j.png) 0 0 no-repeat;
}

/*english*/
#english
#content_1 .box {
	background: url(../img/facebook_img_e.png) 0 0 no-repeat;
	margin-top: 20px;
}
#english
#content_2 .box {
	background: url(../img/x_img_e.png) 0 0 no-repeat;
}
#english
#content_4 .box {
	background: url(../img/line_img_e.png) 0 0 no-repeat;
}
#english
#content_5 .box {
	background: url(../img/tumblr_img_e.png) 0 0 no-repeat;
}
#english
#content_6 .box {
	background: url(../img/instagram_img_e.png) 0 0 no-repeat;
}
#english
#content_7 .box {
	background: url(../img/weibo_img_e.png) 0 0 no-repeat;
}
#english
#content_8 .box {
	background: url(../img/wechat_img_e.png) 0 0 no-repeat;
}
#english
#content_9 .box {
	background: url(../img/instagram_img_e.png) 0 0 no-repeat;
}
#english
#content_10 .box {
	background: url(../img/instagram_img_id.png) 0 0 no-repeat;
}

/*kantai*/
#cantai
#content_1 .box {
	background: url(../img/facebook_img_cn.png) 0 0 no-repeat;
}
#cantai
#content_2 .box {
	background: url(../img/x_img_cn.png) 0 0 no-repeat;
}
#cantai
#content_4 .box {
	background: url(../img/line_img_cn.png) 0 0 no-repeat;
}
#cantai
#content_5 .box {
	background: url(../img/tumblr_img_cn.png) 0 0 no-repeat;
}
#cantai
#content_6 .box {
	background: url(../img/instagram_img_cn.png) 0 0 no-repeat;
}
#cantai
#content_7 .box {
	background: url(../img/weibo_img_cn.png) 0 0 no-repeat;
}
#cantai
#content_8 .box {
	background: url(../img/wechat_img_cn.png) 0 0 no-repeat;
}
#cantai
#content_9 .box {
	background: url(../img/instagram_img_e.png) 0 0 no-repeat;
}

/*hantai*/
#hantai
#content_1 .box {
	background: url(../img/facebook_img_tw.png) 0 0 no-repeat;
}
#hantai
#content_2 .box {
	background: url(../img/x_img_tw.png) 0 0 no-repeat;
}
#hantai
#content_4 .box {
	background: url(../img/line_img_tw.png) 0 0 no-repeat;
}
#hantai
#content_5 .box {
	background: url(../img/tumblr_img_tw.png) 0 0 no-repeat;
}
#hantai
#content_6 .box {
	background: url(../img/instagram_img_tw.png) 0 0 no-repeat;
}
#hantai
#content_7 .box {
	background: url(../img/weibo_img_tw.png) 0 0 no-repeat;
}
#hantai
#content_8 .box {
	background: url(../img/wechat_img_tw.png) 0 0 no-repeat;
}
#hantai
#content_9 .box {
	background: url(../img/instagram_img_e.png) 0 0 no-repeat;
}

/*Korean*/
#Korean
#content_1 .box {
	background: url(../img/facebook_img_ko.png) 0 0 no-repeat;
	margin-top: 20px;
}
#Korean
#content_2 .box {
	background: url(../img/x_img_ko.png) 0 0 no-repeat;
}
#Korean
#content_4 .box {
	background: url(../img/line_img_ko.png) 0 0 no-repeat;
}
#Korean
#content_5 .box {
	background: url(../img/tumblr_img_ko.png) 0 0 no-repeat;
}
#Korean
#content_6 .box {
	background: url(../img/instagram_img_ko.png) 0 0 no-repeat;
}
#Korean
#content_7 .box {
	background: url(../img/weibo_img_ko.png) 0 0 no-repeat;
}
#Korean
#content_8 .box {
	background: url(../img/wechat_img_ko.png) 0 0 no-repeat;
}
#Korean
#content_9 .box {
	background: url(../img/instagram_img_e.png) 0 0 no-repeat;
}

/*thai*/
#thai
#content_1 .box {
	background: url(../img/facebook_img_th.png) 0 0 no-repeat;
	margin-top: 20px;
}
#thai
#content_2 .box {
	background: url(../img/x_img_th.png) 0 0 no-repeat;
}
#thai
#content_4 .box {
	background: url(../img/line_img_th.png) 0 0 no-repeat;
}
#thai
#content_5 .box {
	background: url(../img/tumblr_img_e.png) 0 0 no-repeat;
}
#thai
#content_6 .box {
	background: url(../img/instagram_img_th.png) 0 0 no-repeat;
}
#thai
#content_7 .box {
	background: url(../img/weibo_img_th.png) 0 0 no-repeat;
}
#thai
#content_8 .box {
	background: url(../img/wechat_img_th.png) 0 0 no-repeat;
}
#thai
#content_9 .box {
	background: url(../img/instagram_img_e.png) 0 0 no-repeat;
}

/*vietnam*/
#vietnam
#content_1 .box {
	background: url(../img/facebook_img_vn.png) 0 0 no-repeat;
	margin-top: 20px;
}
#vietnam
#content_2 .box {
	background: url(../img/x_img_vn.png) 0 0 no-repeat;
}
#vietnam
#content_4 .box {
	background: url(../img/line_img_vn.png) 0 0 no-repeat;
}
#vietnam
#content_5 .box {
	background: url(../img/tumblr_img_vn.png) 0 0 no-repeat;
}
#vietnam
#content_6 .box {
	background: url(../img/instagram_img_vn.png) 0 0 no-repeat;
}
#vietnam
#content_7 .box {
	background: url(../img/weibo_img_vn.png) 0 0 no-repeat;
}
#vietnam
#content_8 .box {
	background: url(../img/wechat_img_vn.png) 0 0 no-repeat;
}
#vietnam
#content_9 .box {
	background: url(../img/instagram_img_vn.png) 0 0 no-repeat;
}

.but_1,
.but_2 {
	position: relative;
	top: 350px;
	right: -500px;
	float: left;
	display: block;
}
#content_9 .but_1,
#content_9 .but_2 {
	top: 200px;
}
#english #content_9 .but_1,
#english #content_9 .but_2,
#hantai #content_9 .but_1,
#hantai #content_9 .but_2,
#cantai #content_9 .but_1,
#cantai #content_9 .but_2,
#Korean #content_9 .but_1,
#Korean #content_9 .but_2,
#vietnam #content_9 .but_1,
#vietnam #content_9 .but_2 {
	top: 165px;
}

#english #content_10 .but_1,
#english #content_10 .but_2 {
	top: 245px;
}

.but_1_line {
	position: relative;
	top: 300px;
	right: -310px;
	float: left;
	display: block;
}

.but_2:after {
    content: '';
    display: block;
    clear: both;
}
.but_2 {
	right: -510px;
}

#content_1 .fb-like {
	position: relative;
	top: 120px;
}
#content_1 img.but_1,
#content_1 img.but_2 {
	position: relative;
	top: 250px;
}
#content_2 img.but_1,
#content_2 img.but_2 {
	position: relative;
	top: 322px;
}
#content_5 img.but_1,
#content_5 img.but_2 {
	position: relative;
	top: 322px;
}
.sns_but {
	position: relative;
	top: 110px;
}

#content_3 {
	background: #6d644a;
}
#content_3_box {
	width: 1000px;
	height: 650px;
	margin: 40px auto 0px auto;
	padding-top: 40px;
}
/*#content_3_box {
	margin: 40px auto 0px auto;
}*/
#content_3_box .left {
	padding-left: 1%;
	width: 49%;
	float: left;
}
#content_3_box .right {
	padding-right: 1%;
	width: 47%;
	float: right;
}
.area {
	height: 650px;
}
#content_3 .area {
	height: auto;
}
.fb-like {
	width: 1000px;
	height: 100px;
}

#content_7 {
	height: 500px;
}
#content_7 .but {
	/*clear: both;*/
}


/*改行にて印刷時の崩れ回避*/
#index #content_2,
#english #content_2,
#cantai #content_2,
#hantai #content_2,
#index #content_5,
#english #content_5,
#cantai #content_5,
#hantai #content_5,
#index #content_8,
#cantai #content_8 {
	page-break-before: always;
}

}

@media print {
   body,img,ul,li,li.pic,p {
      overflow: visible !important;
   }
   #pagetop,.pagetop img {
      display: none;
   }
}
