﻿/*
Theme Name:	Info Graph
Description:	Data Visualization
Author:		Shigeru Yamada
Template:	twentyseventeen
*/


/* Layout */
/* ブログページに影響　固定ページ影響なし */
/*1529*/
.wrap {
	/* original
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
	*/
}

/*1870*/
/*■■■*/
.site-content {
	/* original
	padding: 2.5em 0 0;
	*/
	margin: 0;
	padding: 0;
	/*border: 1px solid #00f;*/
}

/*1576*/
.site-title {
	/* original
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	*/
	text-transform: none;
}

/*1179*/
.entry-content a {
	/* original
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
	*/
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
	color: #000;
}

/*original なし*/
.entry-content a:visited {
	color:#000;
}

/*1224*/
.entry-content a:focus,
.entry-content a:hover {
	/* original
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	*/
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 0, 1);
}

/*original なし*/
.wrap-wide {
	width: "auto";
	margin: 0;
	padding-left: 1.5em;
	padding-right: 1.5em;
	/*border: 1px solid #f00;*/
}

.arrow_home:before {
    content: url("http://infograph.o33g33.jp/files/2017/05/arrow_2right_orange_20x20.png");
    position: relative;
	margin-right: 8px;
    top: 4px;
}

/*-------- [home] it x socilawork --------*/

.itxsocialwork {
	width: auto;
	/*width: 100%;*/
	padding: 20px 0px 30px 0px;
	background-color: #fff;
	/*border: 1px solid #00f;*/
}

.itxsocialwork p {
	margin-bottom: 0.5em;
}

/*
.itxsocialwork p {
	margin: 0;
	color: #666;
}
*/

/*-------- [home] flower graph --------*/

.flowergraph_section {
	width: auto;
	/*border: 1px solid #00f;*/
}

.flowergraph_back {
	/*min-width: 500px;*/
	width: auto;
	background: url(http://infograph.o33g33.jp/files/2018/04/180422_infograph_eyecatch_2000x600_1.jpg) no-repeat;
	background-size: 100%;
	text-align: right;
}

#post-10 .flowergraph_back h2{
	font-size: 50px;
	font-weight: normal;
	padding-top: 18%;
	padding-right: 6%;
	margin-bottom: 30px;
	color: #fff;
	/*border: solid 1px #f0f;*/
}

.flowergraph_back h2 a:link {
	color: #fff;
}

.flowergraph_back h2 a:visited {
	color: #fff;
}

.flowergraph_back h2 a:hover {
	color: #faa;
}

.flowergraph_back h2 a:active {
	color: #fff;
}

.flowergraph_back p{
	padding-right: 5%;
	line-height: 0;
	vertical-align; bottom;
	/*background: #aaa;*/
	/*border: solid 1px #0f0;*/
}

.about_flowergraph {
	width: auto;
	margin: 0;
	padding: 0px 20px 0px 20px;
	/*background-color: #fff;*/
	/*border: 1px solid #f00;*/
}

.about_flowergraph p {
	margin-bottom: 0.5em;
}

.action {
	width: auto;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	/*border: 1px solid #f0f;*/
}

.action p {
	margin-bottom: 0.3em;
}

/*-------- [home] News graph --------*/

.newsgraph_section {
	width: auto;
	padding-top: 20px;
	/*border: 1px solid #00f;*/
}

.newsgraph_back {
	/*min-width: 500px;*/
	width: auto;
	background: url(http://infograph.o33g33.jp/files/2017/04/modu_6-5_2000x600.jpg) no-repeat;
	background-size: 100%;
	text-align: right;
}

#post-10 .newsgraph_back h2{
	font-size: 50px;
	font-weight: normal;
	padding-top: 18%;
	padding-right: 6%;
	margin-bottom: 30px;
	color: #fff;
	/*border: solid 1px #f0f;*/
}

.newsgraph_back h2 a:link {
	color: #fff;
}

.newsgraph_back h2 a:visited {
	color: #fff;
}

.newsgraph_back h2 a:hover {
	color: #faa;
}

.newsgraph_back h2 a:active {
	color: #fff;
}

.newsgraph_back p{
	padding-right: 5%;
	line-height: 0;
	vertical-align; bottom;
	/*background: #aaa;*/
	/*border: solid 1px #0f0;*/
}


.about_newsgraph {
	width: 100%;
	/*height: 200px;*/
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
}

.iframe {
	width: 600px;
	/*height: 110px;*/
	transform-origin: left top;
	transform: scale(1.0);
	/* border: solid 1px #f00; */
}

/* ==================================== */
@media screen and (max-width: 640px) {

#post-10 .flowergraph_back h2{
	font-size: 20px;
	padding-top: 12%;
	margin-bottom: 10px;
}

#post-10 .newsgraph_back h2{
	font-size: 20px;
	padding-top: 12%;
	margin-bottom: 10px;
}

img {
	max-width: 60%;
}

}
/* ==================================== */

/*-------- Flower Graph --------*/

.flowergraph {
	width: auto;
	margin: 0;
	padding: 20px 0px 0px 0px;
	/*padding: 20px 20px 0px 20px;*/
	background-color: #fff;
	/* border: 1px solid #0f0; */
}

iframe {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	box-shadow: 5px 5px 5px #666;
}

.iframe_back {
	width: auto;
	/*width: 100%;*/
	height: 320px;
	position: relative;
	background-color: #aaa;
}

.iframe_wrapper {
	width: 751px;
	height: 281px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*border: 1px solid #0f0;*/
}

/* ==================================== */
@media screen and (max-width: 751px) {

.iframe_wrapper {
	width: auto;
}

}
/* ==================================== */

.iframe_comment {
	float: left;
	width: 100%;
	/*height: "auto";*/
	margin: 0;
	padding: 20px 20px 20px 20px;
	font-size: 16px;
	background-color: #eee;
	/*border: 1px solid #0f0;*/
}

.iframe_comment > ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.comment_item_name {
	float: left;
	width: 250px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}

li.comment_item_content_url {
	float: left;
	width: "auto";
	font-size: 11px;
}

li.comment_item_content {
	float: left;
	width: "auto";
}

.flowergraph_explanation {
	clear: both;
	width:100%;
	margin: 0;
	padding: 20px 20px 0px 20px;
	/*border: 1px solid #0f0;*/
}

.flowergraph_explanation p {
	margin-bottom: 0;
}

.flowergraph_explanation h4:before {
	content: url("http://infograph.o33g33.jp/files/2017/05/circle_blue_20x20.png");
    position: relative;
	margin-right: 8px;
	margin-top: 0;
    top: 4px;
}

figure {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	box-shadow: 5px 5px 5px #bbb;
	background-color: #fff;
}

figure img {
	display: block;
	margin: 0px 0px 0px 0px;
}

figcaption {
	font-size: 0.9em;
	color: #050;
	font-weight: bold;
	text-align: center;
}

.imagearea {
	width: auto;
	margin: 10px 0px 0px 0px;
	/*border: solid 1px #00f;*/
}

.imgf_1 {
	width: 290px;
	height: 140px;
	background: url("http://infograph.o33g33.jp/files/2017/05/1_2_nanten.jpg") no-repeat;
}

.imgf_1 a {
	display: inline-block;
}

.imgf_1 a:hover img {
	visibility: hidden;
}

.imgf_2 {
	width: 290px;
	height: 140px;
	background: url("http://infograph.o33g33.jp/files/2017/05/2_2_narcissus-1.jpg") no-repeat;
}

.imgf_2 a {
	display: inline-block;
}

.imgf_2 a:hover img {
	visibility: hidden;
}

.imgf_3 {
	background: url("http://infograph.o33g33.jp/files/2017/05/3_2_napus-1.jpg") no-repeat;
}

.imgf_3 a {
	display: inline-block;
}

.imgf_3 a:hover img {
	visibility: hidden;
}

.imgf_4 {
	background: url("http://infograph.o33g33.jp/files/2017/05/4_2_tulip.jpg") no-repeat;
}

.imgf_4 a {
	display: inline-block;
}

.imgf_4 a:hover img {
	visibility: hidden;
}

.imgf_5 {
	background: url("http://infograph.o33g33.jp/files/2017/05/5_2_hydrangea.jpg") no-repeat;
}

.imgf_5 a {
	display: inline-block;
}

.imgf_5 a:hover img {
	visibility: hidden;
}

.imgf_6 {
	background: url("http://infograph.o33g33.jp/files/2017/05/6_2_asagao.jpg") no-repeat;
}

.imgf_6 a {
	display: inline-block;
}

.imgf_6 a:hover img {
	visibility: hidden;
}

.imgf_7 {
	background: url("http://infograph.o33g33.jp/files/2017/05/7_2_cosmos.jpg") no-repeat;
}

.imgf_7 a {
	display: inline-block;
}

.imgf_7 a:hover img {
	visibility: hidden;
}

.imgf_8 {
	background: url("http://infograph.o33g33.jp/files/2017/05/8_2_kiku.jpg") no-repeat;
}

.imgf_8 a {
	display: inline-block;
}

.imgf_8 a:hover img {
	visibility: hidden;
}

.imgf_9 {
	background: url("http://infograph.o33g33.jp/files/2017/05/9_2_xmas.jpg") no-repeat;
}

.imgf_9 a {
	display: inline-block;
}

.imgf_9 a:hover img {
	visibility: hidden;
}

.aboutsite {
	margin: 0;
	padding: 20px 20px 20px 20px;
}

.flow_1 {
	width: auto;
	/*width: 100%; wide_wrapを突き抜ける*/
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-color: #eef;
}

.flow_1 img {
	float: left;
	vertical-align: bottom;
}

.flow_1:after {
	content: "";
	clear: both;
	display: block;
}

.fcolor_1 {
	color: #050;
}

.flow_2 {
	width: auto;
	/*width: 100%; wide_wrapを突き抜ける*/
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-color: #fef;
}

.flow_2 img {
	float: left;
	vertical-align: bottom;
}

.flow_2:after {
	content: "";
	clear: both;
	display: block;
}

.flow_3 {
	width: auto;
	/*width: 100%; wide_wrapを突き抜ける*/
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-color: #efe;
}

.flow_3 img {
	float: left;
	vertical-align: bottom;
}

.flow_3:after {
	content: "";
	clear: both;
	display: block;
}

.arrow_blue:before {
    content: url("http://infograph.o33g33.jp/files/2017/05/arrow_2right_blue_20x20.png");
    position: relative;
	margin-right: 8px;
    top: 4px;
}

.arrow_orange:before {
    content: url("http://infograph.o33g33.jp/files/2017/05/arrow_2right_orange_20x20.png");
    position: relative;
	margin-right: 8px;
    top: 4px;
}

.clear {
	clear: both;
}

/*-------- Open Data --------*/

.opendata {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 20px 0px 20px;
	background-color: #fff;
	/* border: 1px solid #0f0; */
}

.what-opendata {
	/*float: left;*/
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-color: #cef;
}

.eximg {
	float: left;
}

.opendata:after {
	clear: both;
	content: "";
	display: block;
}

.subject {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 20px;
	background: #ffa;
}


/*-------- About Site --------*/

.aboutsite_list {
	width: 100%;
	height: 120px;
	padding: 20px;
	color: #fff;
	background-color: #999;
}

.aboutsite_list > ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.aboutsite_list_name {
	float: left;
	width: 100px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}

li.aboutsite_list_content {
	float: left;
	width: "auto";
}


.wt_container {
	width: auto;
}

.tback {
	background: url("http://infograph.o33g33.jp/files/2018/04/180422_infograph_eyecatch_2000x600_1.jpg") no-repeat center top;
	background-size: 100%;
	position: relative;
}

.wt_container h1 {
	font-weight: 200;
	text-align: right;
	padding: 20% 3% 0 0;
	color: #fff;
	font-size: 45px;
	margin-bottom: 30px;
}

.wt_container p {
	text-align: right;
	padding-right: 3%;
}

.wt_container img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* ==================================== */
@media screen and (max-width: 751px) {

.wt_container h1 {
	font-weight: 70;
	font-size: 20px;
	margin-bottom: 10px;
}

.wt_container img{
	max-width: 70%;
}

}

@media screen and (max-width: 600px) {

.wt_container h1 {
	font-weight: 40;
	font-size: 18px;
	margin-bottom: 0px;
}

.wt_container img{
	max-width: 80%;
}

}
/* ==================================== */