@charset "utf-8";

/* 共通
------------------------------------------------------------*/
body {
	color: #0a0a0a;
	font-size:16px;
	line-height:175%;
	letter-spacing:1px;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

a		{ color:#292929; text-decoration:none; }
a:hover { color:#ea5404; }

p {
	display:block;
	margin:0 0 25px;
	font-size:105%;
}
p.Cap {
	width:85%;
	font-size:90%;
	letter-spacing:0;
	line-height:125%;
	margin:0 5px;
	text-align:left;
}
p.Question {
	min-height:60px;
	font-size:135%;
	letter-spacing:0;
	font-weight:bold;
	color:#47a737;
	background:url(../support/images/bg_Question.png)no-repeat 20px 0;
	padding:15px 20px 0 110px;
}

hr {
	height: 0;
	margin: 40px 0;
	padding: 0;
	border: 0;
	border-top:1px dotted #CCC;
}
.aligncenter { text-align:center !important; }
.alignright { text-align:right !important; }

.imgright {
	display:block;
	float:right;
	margin:0 0 15px 60px;
}
img { max-width:100%; }
.imgleft {
	display:block;
	float:left;
	margin:0 60px 15px 0;
}
.imgcenter {
	display:block;
	margin:5px auto;
}
.imgBorder { border:1px solid #dcdcdc !important; }
.NoBorder { border:none !important; }
.imgSentence { margin:0 3px; height:25px; vertical-align:middle; }

.Kadomaru {
	border-radius: 15px;
	webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.SPView { display:none !important; }

.ColRed { color:#e60012 !important; }
.Stxt { font-size:85% !important; }

.maru_half {
	width:50px;
	height:50px;
	display:table-cell;
	vertical-align:middle;
	background:#47a737;
	color:#FFF;
    border-radius: 50%;
    font-size: 135%;
	text-align:center;
    padding:0;
}

/* アニメーションボタン */
a.AnimeBtn {
	display: inline-block;
	text-indent:0 !important;
	padding:7px 10px 5px;
	margin:0 3px 10px; 
	line-height:100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #47a737;
	border: 2px solid #47a737;
	color: #fff;
	border-radius: 5px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.AnimeBtn::before,
a.AnimeBtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #47a737;
}
a.AnimeBtn,
a.AnimeBtn::before,
a.AnimeBtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.AnimeBtn:hover {
	background-color: #fff;
	border-color: #333;
	color: #333 !important;
}
a.AnimeBtn::before {
	right: 0;
}
a.AnimeBtn::after {
	left: 0;
}
a.AnimeBtn:hover::before,
a.AnimeBtn:hover::after {
	width: 0;
	background-color: #333;
}
/* 大きいサイズ */
a.AnimeBtnL {
	padding:10px 20px;
	font-size:115%;
	letter-spacing:2px;
}
a.AnimeBtnLL {
	padding:20px 25px;
	font-size:125%;
}
/* グレー */
a.AnimeBtnGray {
	background-color: #e1e1e1;
	border: 2px solid #e1e1e1;
	color:#333;
}
a.AnimeBtnGray::before,
a.AnimeBtnGray::after {
	background-color: #e1e1e1;
}
/* 緑 */
/*a.AnimeBtnGr {
	padding:10px 20px;
	font-size:115%;
	letter-spacing:3px;
	background-color: #3eb134;
	border: 2px solid #3eb134;
	border-radius: 5px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.AnimeBtnGr::before,
a.AnimeBtnGr::after {
	background-color: #3eb134;
}
*/

/* 数字li */
ol.list_parentheses{
	display:block;
	padding:0;
	margin:0 0 15px;
}
ol.list_parentheses li{
	list-style-type:none;
	counter-increment: cnt;
	padding-left:2em;
	text-indent: -2em;
	list-style-position:inside;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
/* 黒丸li */
ul.list_dotted {
	display:block;
	list-style-type: disc;
	margin:0 0 15px 5px;
}
ul.list_dotted li {
	list-style-type: disc;
	padding-left:1em;
	text-indent: -1em;
	list-style-position:inside;
}
/* 数字li内の黒丸li */
ol.list_parentheses ul.list_dotted li:before{ content: none; }



/* 全体
------------------------------------------------------------*/
#wrapper{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.inner{
	display:block;
	clear:both;
	width:900px;
	margin:0 auto;
}
.Content {
	display:block;
	background:#FFF;
	margin:0;
	padding:30px 0 60px;
}
.BgBlue { background:url(../images/bg_blue.gif); }
.BgGray { background:url(../images/bg_gray.gif); }
.BgOrange { background:url(../images/bg_orange.gif); }
.BgPink { background:url(../images/bg_pink.gif); }
.BgWhite { background: #FFF; background-image::none; }
.BgYellow { background:url(../images/bg_yellow03.gif); }

.InfoBox {
	display:block;
	margin-bottom:20px;
	padding:10px 20px;
	font-size:95%;
}

/* フェードインアニメーション */
.FadeInContent { overflow: hidden; }
.FadeInContent .ContentBox { transition: .8s; }
.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* パンくず
------------------------------------------------------------*/
.breadcrumb {
	margin-left:0;
	padding-left:0;
}
.breadcrumb li{
	display:inline;
	list-style: none;
	font-size:90%;
	letter-spacing:0;
}
.breadcrumb li:after{
	content: '>';
	padding: 0 3px;
	color: #555;
}
.breadcrumb li:last-child:after{ content: ''; }
.breadcrumb li a {
	text-decoration:none;
	border-bottom:1px dotted #333;
}
/*.breadcrumb li a:hover { text-decoration: underline; }
*/
/* ヘッダー
------------------------------------------------------------*/
#header{
	background:#f7f4e9;
    border-top: 3px solid #ea5404;
    border-bottom: 1px solid #333;
}
#header .inner dl {
	display:block;
	margin:30px 0;
}
#header .inner dt {
	display:block;
	width:40%;
	float:left;
	padding:0 10%;
}
#header .inner dd {
	display:block;
	width:30%;
	float:left;
}
#header .inner img {
	display:block;
	margin:0 auto;
}
#header .inner dd a {
	display:block;
	width:100%;
	height:100px;
	margin:10px 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#header .inner dd a.BtnDonna {
	background:url(../images/btn_donna.png)no-repeat top center;
	-moz-background-size:contain;
	background-size:contain;
}
#header .inner dd a:hover.BtnDonna { background-image:url(../images/btn_donna_.png); }
#header .inner dd a.BtnSupport {
	background:url(../images/btn_support.png)no-repeat top center;
	-moz-background-size:contain;
	background-size:contain;
}
#header .inner dd a:hover.BtnSupport { background-image:url(../images/btn_support_.png); }
#header .inner dd a.BtnLineup {
	background:url(../images/btn_lineup.png)no-repeat top center;
	-moz-background-size:contain;
	background-size:contain;
}
#header .inner dd a:hover.BtnLineup { background-image:url(../images/btn_lineup_.png); }
#header .inner dd a.BtnInfo {
	background:url(../images/btn_info.png)no-repeat top center;
	-moz-background-size:contain;
	background-size:contain;
}
#header .inner dd a:hover.BtnInfo { background-image:url(../images/btn_info_.png); }
/* リンクしないボタン一時的措置 */
#header .inner dd .BtnSupport {
	display:block;
	width:100%;
	height:100px;
	margin:10px 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../images/btn_support.png)no-repeat top center;
	-moz-background-size:contain;
	background-size:contain;
}

/* フッター
------------------------------------------------------------*/
#footer{
	width:100%;
	display:block;
	clear:both;
	margin:0;
	padding:50px 0 100px;
    overflow: hidden;
    position: relative;
	background:#f7f4e9;
	border-top:3px solid #333;
    border-bottom: 3px solid #ea5404;
}
#footer ul {
	display:block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    left: 50%;
	float:left;
	font-size:85%;
}
#footer ul li{
    float: left;
    padding: 0 7px 10px;
    position: relative;
    left: -50%;
}
#footer ul li a {
    border-bottom: 1px dotted #292929;
	padding:0 3px;
}
#footer ul li a:hover {
    border-bottom: 1px dotted #ea5404;
}
#footer .address{
	display:block;
	clear:both;
	font-size:85%;
	margin:0;
	text-align:center;
}

/* ページトップへ */
#pagetop {
    position: fixed;
    bottom: 0;
    right: 10px;
	z-index:2;
}
#pagetop a {
    width: 108px;
    height: 108px;
    display: block;
    text-align: center;
}
#pagetop a:hover {
    color: #000;
}


/* タイトル
------------------------------------------------------------*/
.H2Back {
	display:block;
	position:relative;
	background:#f7f4e9;
	height:95px;
    border-top: 3px solid #ea5404;
    border-bottom: 2px solid #333;
	padding:7px 10px 0 100px;
	margin:60px 0 30px;
	text-align:center;
	line-height:100%;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
.H2BackDonna { background:#f7f4e9 url(../images/bg_donna.png)no-repeat 20px bottom; }
.H2BackWai { background:#f7f4e9 url(../images/bg_wai.png)no-repeat 20px bottom; }
.H2BackNeko { background:#f7f4e9 url(../images/bg_neko.png)no-repeat 20px bottom; border-top: 3px solid #47a737; height:140px; }
h2 {
	display:block;
	width:100%;
	position:absolute;
	top: 50%;
	left: 54%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align:center;
}
h2 img { max-width:90%; }
h3 {
	display:block;
	font-size:155%;
	font-weight:bold;
	padding:20px 30px 20px 10px;
	background:#bae2f3 url(../images/h2bg_b.gif)repeat-y right top;
	margin-bottom:10px;
}
h3 span {
	display:block;
	font-size:75%;
	margin-left:15px;
	margin-top:5px;
	line-height:125%;
}
h4 {
	display:block;
	font-size:125%;
	font-weight:bold;
	padding:0 10px 5px 15px;
	margin:50px 0 20px;
	border-bottom:1px dotted #CCC;
}
h3 span.FL-L {
	float:left;
}
h3 span.FL-R {
	float:right;
	font-size:65%;
	font-weight:normal;
	letter-spacing:0;
}

/* トップページ
------------------------------------------------------------*/
/* ラインナップ */
dl.LineupArea { display:block; }
dl.LineupArea dt {
	display:block;
	width:30%;
	float:left;
	clear:both;
	margin-bottom:40px;
	padding-left:15px;
	text-align:center;
}
dl.LineupArea dd {
	display:block;
	width:70%;
	float:right;
	text-align:left;
	padding-top:5px;
}
dl.LineupArea dt img { width:80%; }

/* お知らせ */
dl.InfoList {
	display:block;
	border-bottom:1px dotted #333;
}
dl.InfoList dt {
	display:block;
	width:20%;
	float:left;
	clear:both;
	color:#ea5404;
	padding:15px 0 15px 2%;
	border-top:1px dotted #333;
}
dl.InfoList dd {
	display:block;
	width:80%;
	float:right;
	padding:15px 2% 15px 0;
	border-top:1px dotted #333;
}
dl.InfoList a {
	display:block;
	background:#F2F2F2;
	padding:4px 10px 2px;
	border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
dl.InfoList a:hover { background:#FFC; }

/* 画像ボックス（どんなシリーズなの？） */
.ImgBox {
	text-align:center;
	display:block;
	clear:both;
	margin:20px 0;
}
.ImgBox .HalfImg { max-width:50%; }
.ImgBox .MImg { max-width:70%; }
.ImgBox .SImg { max-width:18%; }

/* support プログラミングサポートページ
------------------------------------------------------------*/
dl.ProcessList {
	display:table;
	width:90%;
	padding:0;
	margin:0 5%;
}
dl.ProcessList dt {
	display:table;
	width:26%;
	height:90px;
	float:left;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	color:#ffe100;
	background:#47a737;
	border-radius: 15px 0 0 15px / 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px / 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px / 15px 0 0 15px;
}
dl.ProcessList dt span {
	display: table-cell !important;
	vertical-align: middle;
}
dl.ProcessList dt span.PartTxt { font-size:85%; display:block !important; text-align:center; }
dl.ProcessList dd {
	display:table;
  	width:74%;
	height:90px;
	float:right;
	font-size:165%;
	font-weight:bold;
}
dl.ProcessList dd.Title {
	color:#333;
	padding:0 15px;
	background:url(../images/bg_yellow.gif);
	border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
}
dl.ProcessList dd.Title span {
	display: table-cell !important;
	vertical-align: middle;
	margin:0;
}
dl.ProcessList dd a {
	display: table-cell !important;
	vertical-align: middle;
	width:100%;
	height:90px;
	color:#FFF;
	padding:0 20px;
	background:url(../images/bg_green.gif)repeat;
	border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
}
dl.ProcessList dd a:hover {
	background:url(../images/bg_yellow.gif);
	color:#333;
}
dl.ProcessList .PageCount {
	display: table-cell !important;
	vertical-align: middle;
}
/* タイトル用にする */
dl.ProcessListTitle {
	width:100%;
	margin:0;
}
dl.ProcessList dt.TitleChallenge { width:15%; }
dl.ProcessList dd.TitleChallenge { width:85%; }


/* 左側数字だけのリスト */
dl.NumberLink {
	display:table;
	width:90%;
	padding:0;
	margin:0 5%;
}
dl.NumberLink dt {
	width:12%;
	height:60px;
	display:table;
	float:left;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	color:#ffe100;
	background:#47a737;
	border-radius: 15px 0 0 15px / 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px / 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px / 15px 0 0 15px;
}
dl.NumberLink dd {
  	width:88%;
	font-size:125%;
	font-weight:bold;
	height:60px;
	display:table;
	float:right;
}
dl.NumberLink dd a {
	display: table-cell !important;
	vertical-align: middle;
	width:100%;
	height:60px;
	color:#FFF;
	line-height:115%;
	padding:0 20px;
	background:url(../images/bg_green.gif)repeat;
	border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
}
dl.NumberLink dd a:hover {
	background:url(../images/bg_yellow.gif);
	color:#333;
}
dl.NumberLink span {
	display: table-cell !important;
	vertical-align: middle;
}

/* リンクリスト */
ul.LinkList {
	display:block;
	width:90%;
	margin:0 5% 30px;
}
ul.LinkList li {
	margin:0 auto 10px;
}
ul.LinkList a {
	display:block;
	text-align:center;
	font-size:155%;
	letter-spacing:2px;
	font-weight:bold;
	color:#FFF;
	padding:15px 5px 12px;
	background:url(../images/bg_green.gif)repeat;
	border-radius: 15px;
	webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
ul.LinkList a:hover {
	background:url(../images/bg_yellow.gif);
	color:#333;
}

/* 写真と本文レイアウト */
.ProcedureList {
	display:block;
	width:100%;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:1px dotted #CCC;
}
.RightArea {
	display:block;
	width:45%;
	float:right;
	clear:both;
	margin:30px 0 0;
	text-align:left;
	border-top:1px dotted #CCC;
	padding:40px 0 0 0;
}
.LeftArea {
	display:block;
  	width:55%;
	float:left;
	text-align:center;
	margin:30px 0 0;
	border-top:1px dotted #CCC;
	padding:40px 10px 0 10px;
}
.LeftArea img { max-width:90%; margin-bottom:20px; }
.LeftArea img:last-child { margin-bottom:0; }
.RightArea p { margin:10px 0 0; }

.ProcedureList .NoBorder { margin-top:0 !important; }

@media only screen and (max-width:899px){
	.inner { width:94%;  }
	.inner img.imgright,
	.inner img.imgleft {
		float:none;
		margin:0 auto 15px;
	}
	#header .inner dd a, #header .inner dd .BtnSupport { height:80px; }  /* #header .inner dt .BtnSupportは後で消す */
	.H2BackNeko { padding-left:120px; }
	h3 {
		margin-top:15px;
		font-size:125%;
		padding:20px 30px 20px 10px;
	}
	dl.ProcessList dt {
		width:35%;
		font-size:115%;
		letter-spacing:0;
	}
	dl.ProcessList dt span { font-size:100%; }
	dl.ProcessList dd { width:65%; font-size:145%; }

}
@media only screen and (max-width:640px){
	#header .inner dl { margin:20px 0; }
	#header .inner dd {
		width:48%;
		margin:0 1%;
		padding:0;
	}
	#header .inner dt { width:100%; }
	#header .inner dt img { width:35%; margin-bottom:15px; }
	#header .inner dt.LOGO { display:none; }
	.SPView { display:block !important; }
	.H2Back { padding:0 3px 135px; }
	.H2BackDonna, .H2BackWai, .H2BackNeko { background-position:center bottom !important; }
	.H2BackNeko { padding-bottom:185px; }
	.H2BackNekoTwo { padding-bottom:205px; }
	h2 { top:25%; left:50%; }
	.H2BackNeko h2 { top:20%; }
	a.AnimeBtnL { font-size:95%; }

	dl.LineupArea dt {
		width:100%;
		margin-bottom:0;
		padding-left:0;
	}
	dl.LineupArea dd {
		width:100%;
		padding-top:0;
		margin-bottom:30px;
		border-bottom:1px dotted #333;
	}
/*	dl.LineupArea dd p { text-align:center; }
*/	dl.LineupArea dt img { width:40%; }

	dl.ProcessList, ul.LinkList {
		width:100%;
		margin:10px 0;
	}
	dl.ProcessList dd { font-size:125%; }
	dl.InfoList dt, dl.InfoList dd { width:100%; }
	dl.InfoList dt { padding:15px 1% 0; }
	dl.InfoList dd { border:none; padding:0 1% 15px; }
	p.Question {
		background-position:left top;
		padding:5px 0 0 85px;
	}
	.LeftArea { width:55%; }
	.RightArea { width:45%; }
	ul.LinkList a { font-size:135%; }
	dl.NumberLink dt {
		width:15%;
		height:70px;
	}
	dl.NumberLink dd {
		width:85%;
		font-size:115%;
		height:70px;
	}
	dl.NumberLink dd a { height:70px; }
	.ImgBox .HalfImg, .ImgBox .MImg, .ImgBox .SImg { max-width:90%; display:block; margin:15px auto 0; }

}
@media only screen and (max-width:480px){
	#header .inner dd a, #header .inner dt .BtnSupport {  }
	#header .inner dt img { width:40%; }
	#footer ul li { width:100%; }
	#footer ul li a { display:block; }
	h3 { font-size:115%; letter-spacing:0; padding:20px 15px 20px 5px; }
/*	dl.ProcessList dd { width:30%; }
	dl.ProcessList dt {
		width:70%;
		font-size:125%;
	}
*/	.LeftArea, .RightArea {
		width:100%;
		float:none;
	}
	.LeftArea { padding:0 10px; border:none; margin-top:0; }
	.RightArea { margin-bottom:0; padding:20px 10px 10px; }
	.LeftArea img {
		display:block;
		margin:0 auto;
	}
	.LeftArea, dl.NumberLink dt {
		width:100%;
		height:auto;
		padding:10px 0;
		border-radius: 15px 15px 0 0 / 15px 15px 0 0;
		-webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
		-moz-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
	}
	dl.ProcessList dt, dl.ProcessList dd, dl.NumberLink dd, dl.ProcessList dt.TitleChallenge, dl.ProcessList dd.TitleChallenge {
		width:100%;
		height:auto;
		text-align:center;
	}
	dl.ProcessList dt {
		padding:5px;
		border-radius: 15px 15px 0 0 / 15px 15px 0 0;
		-webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
		-moz-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
	}
	dl.ProcessList dd a, dl.dl.NumberLink dd a,  dl.ProcessList dd.TitleChallenge, dl.ProcessList dd.Title  {
		height:auto;
		padding:10px 5px;
		border-radius: 0 0 15px 15px / 0 0 15px 15px;
		-webkit-border-radius: 0 0 15px 15px / 0 0 15px 15px;
		-moz-border-radius: 0 0 15px 15px / 0 0 15px 15px;
	}
	ul.LinkList a { font-size:115%; }
}
@media only screen and (max-width:375px){
	#header .inner dd { width:98%; }
	#header .inner dd a, #header .inner dd .BtnSupport { height:70px; }
	#header .inner dt img { width:60%; }
	h3 span { margin-left:5px; }
}