@charset	utf-8;

/*---------------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}
body {
	height: 100%;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:13px;
	line-height: 1.4;
	*line-height: 1.2;
	background:#ffffff;
}
html {
	height:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

[hidden] {
    display: none;
}

a:focus {
	outline:0;
}
a{ color: #4E4632; text-decoration:underline;}
a:active,
a:hover {
	outline: 0;
	color:#C2861E;
}

small {
	font-size: 80%;
}

ol,ul,dl {
	list-style: none;
}

img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	line-height:0;
	 border: 0;
}

option {
	padding-right: 10px;
}

a:focus{
	outline:none;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_right {
	 float: right;
}

.f_left {
	 float: left;
}

.bold {
	font-weight: bold;
}
b,
strong {
	font-weight: bold;
	text-decoration:none;
}

em {
	font-weight: bold;
	text-decoration:none;
}

.underline{
	text-decoration:underline;
}
/*カラー*/
.blue_txt {
	color: #167682;
}

.dark_txt{
	color:#67780F;
}
.orange_txt {
	color: #FC7803;
}

.red_txt {
	color: #8C2525;
}

.green_txt{
	color: #52740A;
}

.error {
	color: #8C2525;
}
hr{
	border:none;
	border-top:dotted 1px #696969;
	height:1px;
	color:#FFFFFF;
	margin: 0 6 0 6;
	clear:both;
	margin:3px 0;
}
.hr {
	height: 10px;
	width: 100%;
	border-bottom:2px dotted #ccc;
}

/*マージン*/
.mt_10 { margin-top: 10px; }
.mt_20 { margin-top: 20px; }

.mr_5 { margin-right: 5px; }
.mr_8 { margin-right: 8px; }
.mr_10 { margin-right: 10px; }
.mr_20 { margin-right: 20px; }

.mb_10 { margin-bottom: 10px; }
.mb_20 { margin-bottom: 20px; }

.ml_10 { margin-left: 10px; }
.ml_20 { margin-left: 20px; }

/*padding*/
.pd_3 { padding: 3px; }
.pd_5 { padding: 5px; }
.pd_8 { padding: 8px; }
.pd_10 { padding: 10px; }
.pd_20 { padding: 20px; }


/*font*/
.text10 { font-size:77% !important; }
.text11 { font-size:85% !important; }
.text12 { font-size:93% !important; }
.text13 { font-size:100% !important; }
.text14 { font-size:108% !important; }
.text15 { font-size:116% !important; }
.text16 { font-size:123.1% !important; }
.text17 { font-size:131% !important; }
.text18 { font-size:138.5% !important; }

/*
 table [
----------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
}

input, textarea{
	padding:3px;
}

 /*
modal
----------------------------------------------------------- */

div.gr {
background: #888888; /* Old browsers */
background: -moz-linear-gradient(top,  #888888 0%, #575757 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#575757)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #888888 0%,#575757 100%); /* Chrome10+,Safari5.1+ */
background: -ms-linear-gradient(top,  #888888 0%,#575757 100%); /* IE10+ */
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 1px 1px rgba(191, 191, 191, 0.9);
    color: #FFFFFF;
    font-size: 20px;
    height: 27px;
    line-height: 1;
    margin: 0;
    padding: 12px 0 0 15px;
}


.modal_box {
	display: none;
	background-color: #fff;
	padding: 10px;
	width: 820px;
	height:720px;
	color:#626060;
	
}
.modal_box .image_box{
	border:4px solid #fff;
	width:556px;
	height:374px;
	float:left;
}
.modal_title{
	color:#8D2233;
	font-size:14px;
}

.modal_right_top{
	background:url(../img/modal_right_top.png) left top no-repeat;
	width:175px;
	height:24px;
}
.modal_right_mid{
	background:#F6F5F5;
	width:165px;
	padding:5px;
}
.modal_right_bottom{
	background:url(../img/modal_right_bottom.png) left top no-repeat;
	width:175px;
	height:24px;
}

dl.shousai dt{
	width:60px;
	float:left;
	margin-bottom:10px;
	font-weight:bold;
}

dl.shousai dd{
	width:100px;
	float:left;
	margin-bottom:10px;
	color:#8D2233;
	font-weight:bold;
}


.modal_box p:first-child ~ p {
	margin-top: 1em;
}
.modal-close {
    background: url("../img/close.png") no-repeat scroll left center transparent;
    cursor: pointer;
    height: 32px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-indent: 30px;
    width: 89px;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}
#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.modal_scroll{
	width:702px;
	margin:0 auto;
}


.photo_machine{
	width:550px;
	display: block;
	overflow: hidden;
	border:1px solid #ccc;
	padding:5px;
	margin:0 auto 10px auto;
}

.photo_machine img{
	max-width: 550px;
}


/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding:0.3em 1em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.button:hover {
	text-decoration: none;
	color:#fff;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigest {
width:100%;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
}

.gray {
	color: #fff;
	border: solid 1px #777;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#888));
	background: -moz-linear-gradient(top,  #999,  #888);
}
.gray:hover {
	background: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#777));
	background: -moz-linear-gradient(top,  #888,  #777);
}
.gray:active {
	color: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#777));
	background: -moz-linear-gradient(top,  #888,  #777);
}

