<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==============================

	mirai_ebook
	
	FILE NAME: common.css
	AUTHOR:sanae machida
	
	UPDATE: 2013/08/23 03:00
	
	1:Reset Style
	2:Common Style

	0:Responsive

============================== */


/*==========================================================
	1:Reset Style
==========================================================*/

/* 
Reset default browser CSS
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
header,footer,nav,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background : transparent;
border: 0;
margin: 0;
padding: 0;
}
body {
line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
}
/*
scrooll bar for FF*/
html {
overflow-y: scroll;
}
img{
max-width : 100%;
}

/* =Global Elements
--------------------------------------------------------- */
body,
input,
textarea {
}
hr {
background-color: #e7e7e7;
border: 0;
clear: both;
height: 1px;
margin-bottom: 15px;
}
div,section,img{
background:transparent;
}
/* Text elements */
p {}
ul {}
ol {}
ol ol {}
ol ol ol {}
ol ol ol ol {}
ul ul,
ol ol,
ul ol,
ol ul {}
dl {}
dt {}
dd {}
strong {
font-weight: bold;
}
cite,em,i {
font-style: normal;
}
big {
font-size: 120%;
}
ins {
background: #ffc;
text-decoration: none;
}
blockquote {
padding: 0 1em;
}
blockquote cite,
blockquote em,
blockquote i {
font-style: normal;
}
pre {
background: #f7f7f7;
color: #555;
line-height: 18px;
margin-bottom: 18px;
padding: 1.5em;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
sup,
sub {
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}

/*form*/
input[type="text"],
input[type="email"],
textarea {
background: #222;
border: 1px solid #333;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
padding: 2px;
}
input[type="submit"]{
	padding:5px 10px;
}

/*link*/
a{
color:#369;
outline:none;
text-decoration:none;
}
a:hover {
color:#777;
text-decoration:none;
background:none;
}

/*画像ボタンロールオーバー*/
a,
a img{
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}


/* =Fonts
--------------------------------------------------------- */
html {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif; 
line-height : 1.6;
}
body,
input,
textarea{
color:#333;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif; 
font-size: 14px;
line-height: 1.6;
}
/*
Reset: font-size, line-height propaty
*/
body {
/* 14px */
font-size: 14px; line-height: 1.6; }
h1,h2,h3,h4,h5,h6 {
/* 16px */
font-size: 16px; line-height: 1.6; }
p {
/* 14px */
font-size: 1.0em; line-height: 1.6; }


/*==========================================================
	2:Common Style
==========================================================*/
body {
background:#F4F4EA;
}
#wrap{
	width:900px;
	margin:0 auto;
}
#container{
}
.content{
}

/* HEADER
--------------------------------------------------------- */
header{
	width:100%;
	position:relative;
	height:330px;
}
header h1{
	padding:50px 0 0 0; 
}
header p.tfm{
	padding:0;
	position:absolute;
	top:0;
	right:0;
}
/*SNS*/
#SNSset{
	width:450px;
	height:40px;
	position:absolute;
	top:280px;
	right:0px;
}
#SNSset li{
	float: left;
	vertical-align: top;
	margin:10px 5px 0 0 !important;
	text-align:left;
}
#SNSset li.mixi{
	width:70px;
}
#SNSset li.fbL{
	width:115px;
}
#SNSset li.tw{
	width:105px;
}
#SNSset li.google{
	width:70px;
}
#SNSset li.hateB{
	width:55px;
}
#SNSset iframe {
	margin: 0 !important;
}

#lead{
	clear:both;
	width:90%;
	margin:0 auto;
	line-height:1.8;
}

/* Member
--------------------------------------------------------- */
nav#member{
	width:100%;
}
nav#member ul{
	margin:20px 0;
}
nav#member ul li{
	float:left;
	padding:12px;
}

/* CONTENTS
--------------------------------------------------------- */
/*コンテンツ*/
article.book{
	clear:both;
	border-top:2px solid #126536;
	border-bottom:2px solid #126536;
	background:#fff;
	padding:0px 0 20px;
	margin:0 0 30px 0;
}
article.book h1{
	margin:20px 0 20px 20px;
	padding-bottom:30px;
	background:url(../../img/bg01.gif) no-repeat left bottom;
}
/*情報*/
article.book article{
	margin:0 20px 20px 20px;
	overflow:hidden;
}
/*プロフィール*/
article.book article+article{
	clear:both;
	width:96%;
	background:url(../../img/bg02.gif) repeat-x left top;
	padding:20px 0 0 0;
	margin:0 auto;
}
/*電子書籍 image*/
article.book article .image{
	float:left;
	width:25%;
}
/*プロフィール写真*/
article.book article+article .image img{
	margin-left:20px;
}
/*情報リード文*/
article.book article p.lead{
	float:right;
	width:74%;
	font-weight:bold;
	padding:0 0 10px 0;
	background:url(../../img/bg02.gif) repeat-x left bottom;
	margin:0 0 10px 0;
}
article.book article dl{
	float:right;
	width:73%;
	padding:0 0 10px 0;
}
article.book article dl dt{
	color:#126536;
	font-weight:bold;
	background:url(../../img/list01.gif) no-repeat left center;
	padding:0 0 0 20px;
	margin:0 0 1em 0;
}
article.book article dl dd{
	margin:0 1em 0 0;
}
/*〜時限*/
article.book article dl dd ol{
}
/*リスト*/
article.book article dl dd ul{
	margin:10px 0 0 0 ;
}
article.book article dl dd ul li{
	background:url(../../img/list02.gif) no-repeat left 9px;
	padding:0 0 0 15px;
}
article.book article dl dd p{
	margin:0 0 0 15px ;
}

/*電子書店情報*/
article#book05{
	width:96%;
	margin:0 auto 10px;
	position:relative;
}
article#book05 ul{
	margin:10px 0 30px 210px;
	overflow:hidden;
}
article#book05 ul li{
	float:left;
	padding:0 5px 0 0;
}
article#book05 ul li a{
	display:block;
}
article#book05 ul li a:hover img{
 filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
article#book05 p{
	position:absolute;
	top:70px;
	left:20px;
}
/*対応機器*/
article#book05 dl{
	clear:both;
	width:96%;
	margin:0 auto 30px;
}
article#book05 dl dt{
	color:#126536;
	font-weight:bold;
	margin:0 0 0 5px;
}
article#book05 dl dd{
	font-size:12px;
}
article#book05 dl dd span{
	display:block;
	padding:5px 0 0 10px ;
}
/**/
article#book06{
	width:96%;
	margin:0 auto 30px;
	background:#fff;
	padding:20px 0 ;
}
article#book06 h1{
	margin:0 10px 10px 20px;
}
article#book06 p{
	margin:0 20px;
}
/* FOOTER
--------------------------------------------------------- */
footer{
	width:100%;
	background:#126536;
	color:#fff;
	padding:10px 0 50px 0;
	text-align:center;
	font-size:10px;
	}





/*---------------------------------------------------------
 0:Responsive 
--------------------------------------------------------- */
/*===============================================
 0:Responsive 横幅が768pxまで
	0-2:Common Style
===============================================*/
@media screen and (max-width:768px){
html {	-webkit-text-size-adjust: 100%;}
img {
 max-width: 100%; 
 height:auto;
}
#wrap{
 width:700px;
	margin:0 auto;
	min-width:700px; 
}
/* HEADER-Responsive-
--------------------------------------------------------- */
header{
	height:auto;
	margin:0 auto;
}
header h1{
	padding:50px 0 0 0; 
}
header p.tfm{
}
/*SNS*/
#SNSset{
	width:98%;
	margin:0 auto 10px;
	height:auto;
	overflow:hidden;
	position:static;
}
#SNSset li{
	margin:1px 1% 0 0 !important;
}
#SNSset li.mixi,
#SNSset li.fbL,
#SNSset li.tw,
#SNSset li.google,
#SNSset li.hateB{
}
#SNSset iframe {
}
/* Member
--------------------------------------------------------- */
nav#member{
}
nav#member ul{
}
nav#member ul li{
	width:21%;
}
nav#member ul li img{
}
/* CONTENTS
--------------------------------------------------------- */
/*コンテンツ*/
article.book{
}
article.book h1{
}
article.book h1 img{
}
/*情報*/
article.book article{
}
/*プロフィール*/
article.book article+article{
}
/*電子書籍 image*/
article.book article .image{
}
/*プロフィール写真*/
article.book article+article .image img{
	margin-left:0px;
}
/*情報リード文*/
article.book article p.lead{
	width:70%;
}
article.book article dl{
	width:70%;
}
article.book article dl dt{
}
article.book article dl dd{
}
/*〜時限*/
article.book article dl dd ol{
}
/*リスト*/
article.book article dl dd ul{
}
article.book article dl dd ul li{
}
article.book article dl dd p{
}

/*---------------------------------------------------------
 0:Responsive END
--------------------------------------------------------- */
}

/*===============================================
 0:Responsive 横幅が480pxまで
	0-2:Common Style
===============================================*/
@media screen and (max-width:480px){
#wrap{
 width:320px;
	margin:0 auto;
	min-width:320px; 
}

/* HEADER-Responsive-
--------------------------------------------------------- */
header{
	height:auto;
	margin:0 auto;
}
header h1{
	padding:50px 0 0 0; 
}
header p.tfm{
}
/*SNS*/
#SNSset{
	width:98%;
	margin:0 auto;
	height:auto;
	position:static;
}
#SNSset li{
	margin:1px 1% 0 0 !important;
}
#SNSset li.mixi,
#SNSset li.fbL,
#SNSset li.tw,
#SNSset li.google,
#SNSset li.hateB{
	width:49%;
}
#SNSset iframe {
}
/* Member
--------------------------------------------------------- */
nav#member{
}
nav#member ul{
	width:98%;
	margin:10px auto;
}
nav#member ul li{
	float:left;
	width:40%;
}
nav#member ul li img{
	min-width:100%
}
/* CONTENTS
--------------------------------------------------------- */
/*コンテンツ*/
article.book{
}
article.book h1{
	background:url(../../img/bg01.gif) no-repeat left bottom;
	background-size:310px 8px;
	padding:0 0 5px 0;
	margin:5px;
}
article.book h1 img{
	min-width:100%;
}
/*情報*/
article.book article{
	margin:0;
}
/*プロフィール*/
article.book article+article{
	clear:both;
	width:90%;
	background:url(../../img/bg02.gif) repeat-x left top;
	padding:20px 0 0 0;
	margin:0 auto;
}
/*電子書籍 image*/
article.book article .image{
	float:none;
	width:50%;
	margin:0 auto 10px;
}
/*プロフィール写真*/
article.book article+article .image img{
	margin:0 auto 10px;
}
/*情報リード文*/
article.book article p.lead{
	float:none;
	width:90%;
	margin:0 auto 10px;
}
article.book article dl{
	float:none;
	width:90%;
	padding:0 0 10px 0;
	margin:0 auto 10px;
}
article.book article dl dt{
}
article.book article dl dd{
}
/*〜時限*/
article.book article dl dd ol{
}
/*リスト*/
article.book article dl dd ul{
}
article.book article dl dd ul li{
}
article.book article dl dd p{
}

/*電子書店情報*/
article#book05{
	width:98%;
}
article#book05 ul{
	margin:0 0 30px 0;
}
article#book05 ul li{
	float:none;
	padding:0;
}
article#book05 p{
	display:none
}

/*---------------------------------------------------------
 0:Responsive END
--------------------------------------------------------- */
}
</pre></body></html>