@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}
a:link {
	color: #29a2d9;
	text-decoration: none;
}
a:visited {
	color: #29a2d9;
	text-decoration: none;
}
a:hover {
	color: #F05A24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.topicon {
	width: 330px;
	margin: 20px auto 0;
}
.topicon img {
	width: 330px;
	height:auto;
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
body {
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/base.gif);
	background-size: 1400px;
	font-family: sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 1.8;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
.wrapper {
	margin: 0 auto;
}
ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/* ヘッダー
 * --------------------------------------------------------*/
.head {
	text-align: center;
}

.main_title {
	font-size: 45px;
	text-align: center;
	font-family: "Yu Gothic","游ゴシック";
	font-weight: bold;
	}
/*本文
 * --------------------------------------------------------*/
.text {
	width: 500px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.text_comment {
	width: 500px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.text_comment .icon {
	width: 220px;
	margin: 0 auto;
	padding-top: 30px;
}
.text_comment .icon img {
	width: 220px;
	margin: 0 auto;
}
.kyon {
	background-color: #fff9e6;
	border-radius: 20px;
	padding-bottom: 30px;
}
.komata {
	background-color: #fff2e9;
	border-radius: 20px;
	padding-bottom: 30px;
	margin-top: 70px;
}
.sakura {
	background-color: #f2faff;
	border-radius: 20px;
	padding-bottom: 30px;
	margin-top: 70px;
}
.unite {
	background-color: #f2f0ff;
	border-radius: 20px;
	padding-bottom: 30px;
	margin-top: 70px;
}
.text_comment p {
	width: 440px;
	margin: 20px auto;
}
.photo {
	text-align: center;
	padding-bottom: 15px;
}
.banner {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.text .bold2 {
	font-weight: 600;
	font-size: 16px;
}
.text .name {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}
/*対談
 * --------------------------------------------------------*/
.number {
	width: 250px;
	margin: 0 auto;
	text-align: center;
}
.title {
	text-align: center;
	line-height: 1.8em;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 240%;
}
.conv {
	width: 480px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2em;
	padding-bottom: 70px;
}
.conv dl {
	padding-bottom: 16px;
}
.conv dt {
	width: 80px;
	float: left;
	clear: both;
	font-weight: bold;
	font-family: "Shuei KakuGo Gin B";
}
.conv dd {
	margin-left: 80px;
	padding-bottom: 5px;
	width: 500px;
}
.conv .photo {
	margin-left: -60px;
	padding-bottom: 25px;
}
.conv .photo img {
	border: 7px solid #fff;
}
.credit {
	font-size: 90%;
	color: #666;
	margin-top: -15px;
}
ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 10px;
}
/*フッター
 * --------------------------------------------------------*/
#footer {
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 130px;
	overflow: hidden;
}
#footer li {
	float: left;
	margin-right: 70px;
	list-style-type: none;
}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 70px;
}
.date {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #666;
	padding-top: 50px;
	padding-bottom: 50px;
}
.copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
.copyright .text {
	font-size: 12px;
	color: #666;
	letter-spacing: 0.02em;
}
a[target][target='external']:not([href*='//www.1101.com']):not([href*='//help.1101.com']):not([href^='/']):not(:empty).btn-permeate:after, a[target][target='_blank']:not([href*='//www.1101.com']):not([href*='//help.1101.com']):not([href^='/']):not(:empty).btn-permeate:after, a[target][target='external']:not([href*='//www.1101.com']):not([href*='//help.1101.com']):not([href^='/']):not(:empty):not([class*='btn-']):after, a[target][target='_blank']:not([href*='//www.1101.com']):not([href*='//help.1101.com']):not([href^='/']):not(:empty):not([class*='btn-']):after {
	font-family: 'Material Design Icons';
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	position: relative;
	top: -.2em;
	content: '\F3CC';
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: normal;
	text-transform: none;
	word-wrap: normal;
	direction: ltr;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*タブレット対応
	* --------------------------------------------------------*/
@media screen and (max-width: 820px) {
body {
	background-size: 140%;
}
.head img {
	width: 95%;
	height: auto;
}
.textbase {
	width: 90%;
}
.textbase img {
	width: 95%;
	height: auto;
}
.photo img {
	width: 85%;
	height: auto;
}
#footer {
	width: 80%;
}
#footer img {
	width: 40%;
}
#footer li {
	margin-right: -20px;
}
#btn_fb {
	margin-left: 0px;
}
}

/*スマホ対応
	* --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
body {
	background-size: 145%;
}
.wrapper {
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
.head {
	width: 100%;
}
.main_title {
	font-size: 30px;
	line-height: 1.3em;
	width: 280px;
	margin:0 auto
	}
.photo img {
	width: 85%;
}
.banner {
	padding-top: 15px;
}
.banner img {
	width: 95%;
}
.topicon {
	width: 250px;
	margin:20px auto;
}
.topicon img {
	width: 250px;
	height:auto;
}
/*スマホ対応 本文
	 * --------------------------------------------------------*/
.text {
	width: 80%;
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text_comment p {
	width: 85%;
	margin: 0 auto;
}
.text br {
	display: none;
}
.text_comment p br {
	display: none;
}
/*スマホ対応 対談
		 * --------------------------------------------------------*/
.text_comment .icon {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
}
.text_comment .icon img {
	width: 80%;
	margin: 0 auto;
}
.conv {
	width: 85%;
	font-size: 15px;
	line-height: 1.8em;
	padding-left: 5px;
	padding-bottom: 20px;
}
.conv dt {
	float: none;
}
.conv dd {
	width: 100%;
	margin-left: 0;
}
.conv dd br {
	display: none;
}
.conv dl {
	padding-bottom: 0px;
}
.conv .photo {
	margin: 0 auto;
}
.conv .photo img {
	width: 95%;
}
.title {
	width: 95%;
	font-size: 140%;
	margin: 0 auto;
}
.credit {
	padding-top: 0px;
	padding-bottom: 10px;
}
.text_comment {
	width: 80%;
	margin: 0 auto;
}
/*スマホ対応 フッター
	 * --------------------------------------------------------*/
#footer {
	/*
		width: 320px;
	  */
	width: 100%;
	height: auto;
	clear: both;
	/*
		margin-left: -85px;
	  */
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer li {
	/*
		margin-right: 30px;
	  */
	float: none;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
}
#footer li img {
	width: auto;
	height: 72px;
}
#btn_fb {
	/*
		margin-left: 40px;
		margin-right: auto;
	  */
	margin-left: 0px;
	margin-right: 0px;
	/*
		text-align: center;
		clear: both;
	  */
	padding-top: 10px;
}
.copyright {
	padding-bottom: 30px;
}
.copyright .text {
	font-size: 10px;
	text-align: center;
}
}
