@charset utf-8;

.mb {
	display:none;
}

* {
	font-style:normal;
	text-align:left;
	zoom: 1;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}

ul,ol,li {
  list-style: none;
  zoom: normal;
}


input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
  display: inline;
}
.float-right {
  float: right !important;
  display: inline;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
    visibility:hidden;
}

.clearfix {
    *zoom: 1;
}

/* -----------------------------------
	style
 ----------------------------------- */

body {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 83%;
  font-family: Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
}

a {
  color: #52330B;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #EB6FA5;
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

img {
  vertical-align: bottom;
  text-align:center;
}

.imgfit {
  width: 100%;
  height: 100%;
  text-align:center;
  overflow:hidden;
  position: relative;
}
.imgfit img {
	position: relative;
	width: 100%;
	height: auto;
}

.hover-alpha:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

hr {
  clear:both;
  float:left;
  width:100%;
  background:#F3F3F3;
  height: 10px;
  border: 0px none;
}
/* IE6用 */
*html hr {
  display :list-item;
  width:0;
  margin-left:-10px;
  list-style :url(../../img/dotted_line.png) repeat-x inside;
}

hr.dotline{
  clear:both;
  border:none;
  border-top:dotted 1px #56350C;
  height:1px;
  color:#FFFFFF;
}

  /* -----------------------------------
	container
 ----------------------------------- */
 
#container {
  width: 720px;
  background:#47BBE2;
  margin:30px auto;
  padding:10px 0;
  text-align:center;
}

#wrap{
  width:680px;
  background:#FFFFFF;
  border-radius:16px;
  -webkit-border-radius:10px;
  -moz-border-radius: 10px;
  margin:20px auto;
}

.main{
  width:560px;
  margin:0 auto;
  padding:20px 0;
}

.main h1{margin:0 auto;text-align:center;}
.main h1 img{width:100%;max-width:560px;height:auto;padding:15px 0 25px 0;}

.main h2{background:#335EB2;font-size:14px;color:#FFFFFF;margin:15px auto;padding:6px 10px;text-align:center;}
.main p{margin-bottom:10px;}
.right{text-align:right;margin-top:40px;}

table{ 
  width:100%;
  border-top:1px solid #331400;
  border-left:1px solid #331400;
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
  margin-bottom:40px;
}

table th{
	width:10.5em;
	padding:7px 8px; text-align:left;border-right:1px solid #331400; border-bottom:1px solid #331400;font-weight:normal;
}
	
table td{
  padding:7px 8px;
  border-right:1px solid #331400;
  border-bottom:1px solid #331400;
}

.text1{font-size:115%;font-weight:bold;color:#E02629;}

.home {
  width: 100%;
  margin:20px auto 0 auto;
  text-align:center;
}
.home img {
  width: 100%;
  max-width: 800px;
  height:auto;
}

@media screen and (max-width: 600px){
.pc { display: none;}
.mb { display: block;}
#container {width:100%;margin:20px auto;}
#wrap{width:94%; border-radius:12px; margin:1% auto;}
.main{ width:90%; margin:0 auto; padding:20px 0;}
.main h1 img{padding:15px 0 25px 0;}
.main h2{background:#335EB2;font-size:14px;color:#FFFFFF;margin:15px auto;padding:6px 10px;text-align:center;}
}

/*-----------------------------------------------
 __margin_padding
-----------------------------------------------*/

.mt0{ margin:0 0 0 0 !important;}
.mt05{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}
.mt60{ margin-top:60px !important;}
.mt80{ margin-top:80px !important;}

.mb05{ margin-bottom:5px !important;}
.mb08{ margin-bottom:8px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb60{ margin-bottom:60px !important;}
.mb70{ margin-bottom:70px !important;}
.mb80{ margin-bottom:80px !important;}

.pt0{ padding:0 0 0 0 !important;}
.pt05{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt15{ padding-top:15px !important;}
.pt20{ padding-top:20px !important;}
.pt30{ padding-top:30px !important;}
.pt33{ padding-top:33px !important;}
.pt40{ padding-top:40px !important;}

.pb05{ padding-bottom:5px !important;}
.pb10{ padding-bottom:10px !important;}
.pb20{ padding-bottom:20px !important;}
.pb30{ padding-bottom:30px !important;}
.pb40{ padding-bottom:40px !important;}

/*-----------------------------------------------
 __position
-----------------------------------------------*/

.center{ margin:0 auto; text-align:center;}
.left{ margin:0 auto; text-align:left;}
.right{ margin-right: 0; margin-left : auto; text-align:right;}

.floatLeft{ float:left;}
.floatRight{ float:right;}

/*-----------------------------------------------
 __font
-----------------------------------------------*/

.bold{ font-weight:bold;}
.fs80{font-size:80%;}
.fs85{ font-size:85%;}
.fs90{ font-size:90%;}
.fs110{ font-size:110%;}
