/* ------------------------------------- */
/* Reset */
/* ------------------------------------- */
* {
	font-size:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
img {
	border:none;
   	vertical-align: bottom;
}
li {
	list-style: none;
}
div {
    zoom:1;
}
a {
	outline:none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ------------------------------------- */
/* Layout */
/* ------------------------------------- */
html {
 overflow-y: scroll;
}
body {
	text-align: left;
	font-family:"Noto Sans JP","Futo Go B101","Futo Go B101 JIS2004", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	background-color: #fff;
}
/* Utilities */
.clearfix:after{
	content:"";
	display:block;
	clear: both;
}
.clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/**** リキッド上書き用 ****/
#content{
	width:100%;
}
/**** TOPへボタン ****/
#go_to_pagetop{
	position: fixed;
	bottom: 120px;
	right: 0;
	opacity: 0;
	-ms-filter: "alpha( opacity=0 )";
	filter:alpha(opacity:0);
	zoom:1;
	z-index: 9999;
}
#go_to_pagetop a{
	display: block;
	padding: 16px 20px;
	background: rgb(95,95,95);
	background: rgba(95,95,95,0.5);
	border-radius: 6px 0 0 6px;
}
#go_to_pagetop a:hover{
	background: rgba(95,95,95,0.4);
}
/**** 共通ヘッダー ****/
.header_wrapper{
	background-color: #fff;
}
.header_block{
	width: 970px;
	text-align: right;
	margin: 0 auto;
	font-size: 14px;
	color: #e6457a;
	line-height: 80px;
	vertical-align: middle;
	position: relative;
}
.header_block a{
	color: #e6457a;
}
.header_block a:hover{
	color: #e6457a;
}
.head_logo{
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 10;
}
.head_logo a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.head_logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.head_logo img{
	width: 200px;
	height: 146px;
}
.header_block ul li{
	margin-left: 30px;
	display: inline-block;
}
.header_block ul li span{
	color: #e2bfbf;
}
.header_blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/****  共通フッター ****/
.footer_wrapper{
	padding: 50px 0 80px;
	background-color: #fff;
	text-align: center;
}
.footer_logo{
	text-align:center;
	margin-bottom: 20px;
}
.footer_logo a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.footer_logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.footer_logo img{ 
	width: 62px;
	height: 100px;
}
.footer_copy{
	font-size: 12px;
	color: #a2315c;
	line-height: 22px;
}
/****  共通コンテンツ ****/
.common_body{
	background-color: #ffe5ee;
	background-image:url(/static/charasen/COMMON/images/pink_v2.jpg);
	background-position: center 0;
	background-repeat: repeat;
	padding: 40px 0;
}
.common_cont{
	background-color: #fff5f9;
	width: 1000px;
	margin: 0 auto;
	color: #a2315c;
	position: relative;
}
.common_cont a{
	color: #e6457a;
}
.common_cont a:hover{
	color: #e6457a;
	text-decoration: underline;
}
.common_cont_left{
	float: left;
	width: 520px;
	padding: 90px 0 120px 60px;
}
.common_cont_left_block{
	margin-bottom: 100px;
}
.common_cont_left h2{
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: normal;
}
.common_cont_left h3{
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: normal;
}
.common_cont_left h3 span{
	color: #e6457a;
}
.news_block{
	font-size: 16px;
}
.news_block dl{
	color: #e6457a;
	margin-bottom: 15px;	
}
.news_block dt{
	float: left;
	width: 80px;
	padding-right: 10px;
}
.news_block dd{	
	float: left;
	width: 430px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.news_date{
	font-size: 16px;
	margin-bottom: 50px;
}
.news_text{
	font-size: 14px;
	line-height: 28px;
}
.news_right{
	text-align: right;
}
.common_social_link{
	position: absolute;
	bottom: 40px;
	left: 60px;
}
.common_social_link ul li{
	float:left;
	width: 42px;
	height: 42px;
	margin-right: 10px;
}
.common_social_link ul a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.common_social_link a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.common_cont_right{
	float: left;
	width: 300px;
	padding: 40px 60px 120px;
}
.right_text_area{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 60px;
}
.twitter_list{
	width: 300px;
	height: 480px;
}
.right_aop_blog{
	margin-top: 30px;
	width: 300px;
	text-align: center;
}
.right_aop_blog a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.right_aop_blog a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}