@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#clear {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;	
}
/* <br id="clear" /> */
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
p{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

.all_layouts{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*--------------header--------------*/

header{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h1{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 2% 2% 0;
	line-height: 3.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	position: absolute;
	top: 0px;
	left: 0px;
}
h1 a{
	text-decoration: none;
	color: #444;
}
h1 a:hover{
	color: #999;
}
header img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*--------------main--------------*/

.frame-margin{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 0 150px;
	background-color: #6fabe7;
}

/*--------------right--------------*/

.rightcol{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 2% 50px;
	background-color: #fff;
}
.frame_contents{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	overflow: hidden;
}
h2{
	width: auto;
	height: auto;
	margin: 0 0 15px;
	padding: 10px 11% 10px 3%;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-image: url(../images/icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #6fabe7;
}
h2 a{
	text-decoration: none;
	color: #fff;
}
h2 a:hover{
	color: #ccc;
}
.date{
	width: auto;
	height: auto;
	margin: 0 0 5px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #999;
}
.frame_contents .subimg{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
}
.sns{
	width: auto;
	height: auto;
	margin: 0 auto 5px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
.sns li{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}
.intro{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #999;
}
.CSS_BUTTON{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	text-indent: 10px;
	color: #444;
	float: right;
	background-image: url(../images/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.CSS_BUTTON a{
	text-decoration: none;
	color: #444;
}
.CSS_BUTTON a:hover{
	text-decoration: underline;
}

/*--------------left--------------*/

.left-column{
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 0;
}
h4{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	background-image: url(../images/bg.png);
	background-position: center center;
	background-repeat: repeat;
}
.sidebar{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
}
.sidebar li{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.sidebar li a{
	padding: 15px 2%;
	text-decoration: none;
	color: #fff;
	display: block;
}
.sidebar li a:hover{
	color: #ccc;
}
.sidebar dl{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 15px 0;
	overflow: hidden;
	display: table;
	border-bottom: 1px dotted #fff;
}
.sidebar a{
	text-decoration: none;
	color: #fff;
	display: block;
}
.sidebar a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.sidebar dt{
	width: 90%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;border: 1px solid #fff;
}
.sidebar dt img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.sidebar dd{
	width: 75%;
	height: auto;
	margin: 0 0 0 2%;
	padding: 0px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}
.sidebar p{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0 0;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #fff;
}
.sidebar p img{
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	padding: 0px;
	float: left;
}

/*--------------footer--------------*/

footer{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0;
	background-color: #6fabe7;
}
footer p{
	line-height: 1.5em;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
footer p a{
	color: #fff;
}
footer p a:hover{
	color: #ccc;
}

/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.block_text{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
}
h3{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 5px 1%;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	position: relative;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	width: 96%;
	height: auto;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #CCC;
}
form dt{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #444;
	display: inline-block;
	position: relative;
}
form dd{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
form dd input{
	width: 93%;
	height: 20px;
	margin: 0px;
	padding: 5px 3%;
}
form dd textarea{
	width: 93%;
	height: 150px;
	margin: 0px;
	padding: 5px 3%;
}
.form-btn{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	text-align: center;
}
.form-btn input{
	width: 70%;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
}

/*---------------------------------------------
					profile
-----------------------------------------------*/

.profile{
	width: 50%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px;
	display: block;
}

/*-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
PC向けおよび大型タブレット向け
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

@media only screen and (min-width: 768px) {

body{
	background-image: url(../images/body.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

.all_layouts{
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.25);
}

/*--------------header--------------*/

header{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
h1{
	padding: 15px 15px 0;
	font-size: 22px;
}

/*--------------main--------------*/

.frame-margin{
	padding: 10px 20px 150px;
	background-image: url(../images/wrapbg.png);
	background-position: center center;
	background-repeat: repeat-y;
	overflow: hidden;
}

/*--------------right--------------*/

.rightcol{
	width: 640px;
	padding: 0px;
	float: right;
}
h2{
	padding: 10px 40px 10px 10px;
	font-size: 15px;
}
.intro{
	margin: 0 0 20px;
	font-size: 15px;
}

/*--------------left--------------*/

.left-column{
	width: 260px;
	padding: 0 5px;
	float: left;
}
.sidebar li a{
	padding: 15px 5px;
}

/*--------------footer--------------*/

footer{
	padding: 20px 20px 20px 310px;
	background-image: url(../images/wrapbg.png);
	background-position: center center;
	background-repeat: repeat-y;
}
footer p{
	color: #444;
}
footer p a{
	color: #444;
}
footer p a:hover{
	color: #999;
}

/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.block_text{
	font-size: 15px;
}
h3{
	padding: 10px 5px;
	font-size: 17px;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	width: auto;
}
form dd input{
	width: 450px;
	height: 20px;
	padding: 5px 10px;
}
form dd textarea{
	width: 550px;
	height: 200px;
	margin: 0px;
	padding: 5px 3%;
}
.form-btn{
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

/*---------------------------------------------
					profile
-----------------------------------------------*/

.profile{
	width: auto;
	float: right;
}

}
