@charset "utf-8";

/******************* ベース *******************/

@font-face {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	src: local('Karla'), local('Karla-Regular'), url(http://fonts.gstatic.com/s/karla/v4/JaMH4jmmzP070-OYo03anaCWcynf_cDxXwCLxiixG1c.woff2) format('woff2'), url(http://fonts.gstatic.com/s/karla/v4/QT0qO2FiFD03cwUe_t62t6CWcynf_cDxXwCLxiixG1c.woff) format('woff');
	}

@font-face {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 700;
	src: local('Karla Bold'), local('Karla-Bold'), url(http://fonts.gstatic.com/s/karla/v4/suoMYBGv5sGCUIrF9mVTfXYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/karla/v4/3nZS3BKzlvhkwl4yjCQcjHYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
	}

*{
	margin:0;
	padding:0;
	}

::selection {color: #fff; background: #d92969}
::-moz-selection {color: #fff; background: #d92969}
::-webkit-selection {color: #fff; background: #d92969}

html{
	background: #fff;
	}

body {
	font: 400 14px/1.6 "Karla", "Century Gothic", Futura, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0;
	color: #666;
	}

img, a img, a:link img ,a:visited img ,a:hover img ,a:active img {
	display: block;
	border: none;
	}
	
a, a:link, a:visited {
	color: #d92969;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-ms-transition: color .4s;
	transition: color .4s;
	}

a:hover, a:active {
	color: #e87fa5;
	text-decoration: none;
	}
	
ul {
	list-style-type:none;
	}
	
li {
	list-style-type:none;
	}

/******************** ヘッダー ********************/

h1 {
	height: 20px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9;
	color: #d92969;
	font-size: 12px;
	background: #d92969;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

/******************* メインイメージ *******************/

img#main {
	width: 960px;
	height: 400px;
	margin: 0 auto;
	padding: 120px 0 30px;
	}

/******************* コンテンツ *******************/

ul.contents {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0 0;
	overflow: hidden;
	}

ul.contents li {
	float: left;
	width: 465px;
	}

ul.contents li + li {
	float: right;
	}

ul.contents li h3  {
	padding: 78px 0 8px;
	font: 700 20px/1 "Karla", "Century Gothic", Futura, sans-serif;
	color: #d92969;
	letter-spacing: 1px;
	border-bottom: 1px solid #d92969;
	}

ul.contents li p {
	padding: 15px 0;
	}

ul.contents.last {
	padding: 100px 0 150px;
	}

ul.contents.last li p {
	padding: 10px 0;
	}
	
/******************** フッター ********************/

#footer {
	width: 100%;
	height: 14px;
	padding: 24px 0 22px;
	position: fixed;
	bottom: 0;
	z-index: 9;
	color: #fff;
	font: 400 12px/1 "Karla", "Century Gothic", Futura, sans-serif;
	background: #d92969;
	}

#footer p {
	width: 960px;
	height: 14px;
	margin: 0 auto;
	}