/* #BASIC
================================================== */
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	transition: all .25s ease-out;
	font-size: 16px;
	line-height: 1.5em;
}
img {
	display: inline-block;
	vertical-align: middle;
}
ul, li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a:focus {outline: 0;}
a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
h1, 
h2, h3 {
	font-weight: 500;
}
strong{
	font-weight: 700;
}

/* #COMMON
================================================== */
body {
	color: #777;
	font: 14px/1.5 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HGSゴシックE","ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width: 960px;
	background: #FFF;
}
a{
	color:#ff666b;
	text-decoration:none;
}
a, img{
	outline: 0;
	border: 0;
}
a:hover{
	color:#ff666b;
	text-decoration: none;
}
h1{
	color: #333;
	font-size: 14px;
	text-align: right;
}
h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	background: rgb(132, 221, 211);
	padding: 8px 15px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 1px rgba(255,107,104,0.5);
			box-shadow: 0 3px 1px rgba(255,107,104,0.5);
	border-bottom: 2px solid rgba(255,107,104,0.9);
}
h3 {	text-align: center;
}
.container{
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
}
.section{
	margin-bottom: 30px;
}
.last{
	margin-right: 0!important;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.grid:before,
.grid:after{
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after,
.container:after,
.grid:after {
	clear: both;
}
.clearfix,
.container,
.grid {
	zoom: 1;
}

.alignleft, img.alignleft,
.alignright, img.alignright,
.aligncenter, img.aligncenter{
	margin-top:0.5em;
	margin-bottom:0.5em;
	border: 1px solid #ccc;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.grid{
	margin-left: -15px;
	margin-right: -15px;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.grid-12 {
  width: 100%;
}
.grid-11 {
  width: 91.66666667%;
}
.grid-10 {
  width: 83.33333333%;
}
.grid-9 {
  width: 75%;
}
.grid-8 {
  width: 66.66666667%;
}
.grid-7 {
  width: 58.33333333%;
}
.grid-6 {
  width: 50%;
}
.grid-5 {
  width: 41.66666667%;
}
.grid-4 {
  width: 33.33333333%;
}
.grid-3 {
  width: 25%;
}
.grid-2 {
  width: 16.66666667%;
}
.grid-1 {
  width: 8.33333333%;
}
.btn{
	display: block;
	margin: 15px 0;
}
.breadcrumb {
	margin: 0 0 20px;
}
.breadcrumb li{
	display: inline-block;
}
.subpage{
	margin: 0 0 30px
}
.header{
	background:url(../images/banner.png) center center;
	-webkit-background-size: cover;
			background-size: cover;
	width: 1100px;
	height: 425px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.sidebar {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.sidebar ul {
	background: url(../images/sidebar_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px;
	margin-top: 20px;
	box-shadow: 0 1px 0px rgba(255,107,104,0.6);
	border-bottom: 2px solid rgba(255,255,255,0.7);
}
.sidebar ul li {
	border-bottom: 1px solid rgba(255,255,255,0.7);
	padding-bottom: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 1px 0px rgba(255,102,107,0.3);
	box-shadow: 0 1px 0px rgba(255,102,107,0.3);
	color: #ff666b;
}
.sidebar ul li a{
	padding: 10px 0;
	display: block;
}
.sidebar ul li a:hover{
	text-decoration: underline;
}
.content{
	float: left;
	width: 630px;
}
.footer{
	background-color: #C2EEFF;
	color: #111111;
	text-align: center;
	padding: 15px 0;
}