@charset "utf-8";

#main h1 {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
}

#main p.lead {
	font-size: 16px;
	line-height: 2;
	margin: 0 30px 20px 30px;
}

.oubo {
	margin: 0 30px 0 30px;
}

#term {
    text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #171c60;
	line-height: 2.5;
	margin-bottom: 30px;
}
#term hr {
	border: 1px solid #171c60;
	width: 100%;
}

#term span.oubobutton {
    padding-top: 10px;
}
#term span.oubobutton a:visited,
#term span.oubobutton a:link {
    border-radius: 5px 5px 5px 5px;
    padding: 2px 8px;
    white-space: nowrap;
    color: #FFFFFF;
    background: none repeat scroll 0 0 #171c60;
    text-decoration: none;
}
#term span.oubobutton a:hover {
    border-radius: 5px 5px 5px 5px;
    padding: 2px 8px;
    white-space: nowrap;
    color: #000000;
    background: none repeat scroll 0 0 #999999;
    text-decoration: none;
}


#sns {
    text-align: center;
	padding-bottom: 20px;
}
#sns h1 {
	font-size: 16px;
	font-weight: bold;
	color: #171c60;
	line-height: 1.8;
	margin-bottom: 10px;
}

#sns ul {
	margin-bottom: 20px;
}
#sns li {
	clear: both;
	display: inline-block;
	text-align:center;
	font-weight: bold;
	padding:10px;
	border: 1px solid #171c60;
}

#sns li a:link {
	clear: both;
	display: inline-block;
    text-decoration: none;
}
#sns li a:hover {
	clear: both;
	display: inline-block;
    text-decoration: none;
    color: #999999;
}

#sns li.share {
	margin-right: 25px;
}
#sns li span {
	float:left;
}
#sns li span.img {
	padding-right: 10px;
}


#kengaku,
#gaiyou {
	clear: both;
	margin-bottom: 20px;
}
#kengaku dt,
#gaiyou dt{
	clear: both;
	font-weight: bold;
	float:left;
	width:100px;
}
#kengaku dd,
#gaiyou dd{
	float:left;
	padding-bottom: 30px;
}
#kengaku dd h1,
#gaiyou dd h1{
	font-weight: bold;
}
#kengaku dd p,
#gaiyou dd p{
	padding-bottom: 15px;
}
#kengaku dd .separator,
#gaiyou dd .separator {
    border-left: 2px solid #9FA0A0;
    padding-left: 20px;
}


#select {
	clear: both;
	padding-bottom: 20px;
}
#select dt{
	float:left;
	font-weight: bold;
	width:100px;
}
#select dt .separator {
    border-right: 2px solid #9FA0A0;
    padding-right: 20px;
}
#select dd{
	display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
	padding: 10px;
	border: 1px solid #999999;
	width:160px;
}
#select dd p {
	font-size: 12px;
}
#select dd.step1 { margin-left: 20px;}
#select dd.step2 { margin-left: 10px;}
#select dd.step3 { margin-left: 10px;}

#select h1{
	font-weight: bold;
	text-align:center;
	padding-bottom: 10px;
}


/* --------------------------------
layout-photo-01
-------------------------------- */

div.layout-photo-01 {
    margin: 0 0 10px;
}

div.layout-photo-01 ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.layout-photo-01 ul {
    margin: 0 -10px 0 0;
}

div.layout-photo-01 ul li {
    float: left;
    margin-right: 7px;
    overflow: hidden;
    width: 138px;
}
li {
    list-style: none outside none;
}

div.layout-photo-01 ul li a {
    border: 1px solid #FFFFFF;
    display: block;
    overflow: hidden;
}

div.layout-photo-01 ul li a:hover, 
div.layout-photo-01 ul li a:focus, 
div.layout-photo-01 ul li a:active {
    border: 1px solid #7F0019;
}