@charset "utf-8";

#is-wrapper a{
	outline:none;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	
#is-wrapper img{
	text-align: center;
	height: auto;
	max-width: 100%;
	}
	
.clearfix:after {
	content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both; 
	}

#is-wrapper {
	width: 760px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: .1em;
	word-break: break-all;
	text-justify: inter-ideograph;
	}
	
#is-wrapper h2,#is-wrapper h3,#is-wrapper h4,#is-wrapper p{
	margin: 0px;
	}
	
#kagawa_title{
	background-color: #f8f8ec;
	text-align: center;
	padding: 20px 10px 20px 10px;
	color: #5c97ef;
	}
	
#kagawa_title h3{
	font-family: 'Roboto', sans-serif;
	font-size: 3.3em;
	font-weight: 900;
	}
	
.title_thin{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	}
	
#kagawa_title h2{
	font-weight: normal;
	font-size: 2em;
	width: 320px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	border-top: 5px solid #5c97ef;
	}
	
#kagawa_content{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	padding: 18px;
	background-size: cover;
	}
	
.kagawa_press{
	color: #3a7ae6;
	background-color: rgba(248,247,235,.85);
	text-align: center;
	padding: 10px;
	height: 129px;
	width: 316px;
	border: 2px solid #fff;
	margin: 11px;
	float: left;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	display: inline-block;
	}
	
.kagawa_press h3{
	font-size: 1.5em;
	font-weight: 500;
	padding: 10px 0px 5px 0px;
	}
	
.kagawa_press p{
	text-align: left;
	font-size: .9em;
	}
	
.kagawa_press:hover {
	background-color: rgba(248,247,235,1);
	border: 2px solid #3a7ae6;
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
	}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
	}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
	}